mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
- use http and fix a typo in the URL
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
PPTP_LINUX_VERSION:=1.7.0
|
||||
PPTP_LINUX_SOURCE:=pptp-linux_$(PPTP_LINUX_VERSION).orig.tar.gz
|
||||
#PPTP_LINUX_PATCH:=pptp-linux_$(PPTP_LINUX_VERSION)-2.diff.gz
|
||||
PPTP_LINUX_SITE:=ftp://ftp.debian.org/debian/pool/main/a/pptp-linux
|
||||
PPTP_LINUX_SITE:=http://ftp.debian.org/debian/pool/main/p/pptp-linux
|
||||
PPTP_LINUX_DIR:=$(BUILD_DIR)/pptp-linux-$(PPTP_LINUX_VERSION).orig
|
||||
PPTP_LINUX_CAT:=$(ZCAT)
|
||||
PPTP_LINUX_BINARY:=pptp
|
||||
|
||||
Reference in New Issue
Block a user