diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-01 12:21:07 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-01 12:21:07 +0000 |
commit | 62a918789ee68296fa0c072741ca46c532fd2a67 (patch) | |
tree | b1d515eb61ab719ec848c40eed6830988b25d1a6 /package | |
parent | c46c2c75d1310adee6007269bbc9ccab9b76105b (diff) | |
download | buildroot-novena-62a918789ee68296fa0c072741ca46c532fd2a67.tar.gz buildroot-novena-62a918789ee68296fa0c072741ca46c532fd2a67.zip |
- use http and fix a typo in the URL
Diffstat (limited to 'package')
-rw-r--r-- | package/pptp-linux/pptp-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptp-linux/pptp-linux.mk b/package/pptp-linux/pptp-linux.mk index dd50cc0c5..e4e7cc731 100644 --- a/package/pptp-linux/pptp-linux.mk +++ b/package/pptp-linux/pptp-linux.mk @@ -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 |