diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-14 20:35:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-14 20:35:36 +0100 |
commit | 44e2a7e9a5c820b56c46b371c00a10ae165d07bc (patch) | |
tree | 3202cb909db133196f89cb14b8585f478fb1d759 /package/pcsc-lite | |
parent | 0db7ec2677b921ad578bef95b3278311c69d6aa7 (diff) |
fix download url
Diffstat (limited to 'package/pcsc-lite')
-rw-r--r-- | package/pcsc-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcsc-lite/Makefile b/package/pcsc-lite/Makefile index 45e2cde8f..ca95456cc 100644 --- a/package/pcsc-lite/Makefile +++ b/package/pcsc-lite/Makefile @@ -12,7 +12,7 @@ PKG_SECTION:= crypto PKG_DEPENDS:= libusb libusb-compat libpthread PKG_BUILDDEP:= libusb libusb-compat PKG_URL:= http://pcsclite.alioth.debian.org/ -PKG_SITES:= http://alioth.debian.org/frs/download.php +PKG_SITES:= http://alioth.debian.org/frs/download.php/3479/ PKG_SUBPKGS:= PCSC_LITE PCSC_LITE_DEV PKGSD_PCSC_LITE_DEV:= header files for pcsc-lite |