diff options
| author | Waldemar Brodkorb | 2006-03-25 13:24:59 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb | 2006-03-25 13:24:59 +0000 |
| commit | 5a2b40533ba462e9b795f5e3113e1c5ee13385ba (patch) | |
| tree | 0503214dfde9a1e45b61ce39ab5b492e5dbe033c | |
| parent | 6a78af0ada819af8bc010976710d9b384fb46044 (diff) | |
| download | archive-5a2b40533ba462e9b795f5e3113e1c5ee13385ba.tar.gz | |
remove one slash in PKG_SOURCE_URL
SVN-Revision: 3482
| -rw-r--r-- | openwrt/package/libol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libol/Makefile b/openwrt/package/libol/Makefile index e614fa2eeb..9205184ca0 100644 --- a/openwrt/package/libol/Makefile +++ b/openwrt/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 |