diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-25 13:24:59 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-25 13:24:59 +0000 |
commit | 6db467ac855d0d34bb193c19d325e521aff14b00 (patch) | |
tree | 7214e2d0833862a41e10b6ce04dcd0138c4975a9 /package/libol/Makefile | |
parent | a9ca6060298bdb37c0d925fcd6463285ffdb23fb (diff) |
remove one slash in PKG_SOURCE_URL
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3482 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libol/Makefile')
-rw-r--r-- | package/libol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libol/Makefile b/package/libol/Makefile index e614fa2ee..9205184ca 100644 --- a/package/libol/Makefile +++ b/package/libol/Makefile @@ -7,7 +7,7 @@ PKG_VERSION:=0.3.17 PKG_RELEASE:=1 PKG_MD5SUM:=28cc52e84bdb472b7830f9ad120a62a7 -PKG_SOURCE_URL:=http://www.balabit.com/downloads/libol/0.3/ +PKG_SOURCE_URL:=http://www.balabit.com/downloads/libol/0.3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat |