diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-02-12 06:28:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-02-12 06:28:00 +0000 |
commit | 19fcb77ad318b17e6c766b6ace88351b2bba7e65 (patch) | |
tree | 494cef9880a8ea95bd1118506cd6191d9463c3c7 /package/linux-atm | |
parent | 3d9ed4425c9ee015f1384dfb5c4288ce5a15025d (diff) | |
download | upstream-19fcb77ad318b17e6c766b6ace88351b2bba7e65.tar.gz upstream-19fcb77ad318b17e6c766b6ace88351b2bba7e65.tar.bz2 upstream-19fcb77ad318b17e6c766b6ace88351b2bba7e65.zip |
go back to previous behavior of copying only libatm.so.1 (not dereferencing the symlink)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3222 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm')
-rw-r--r-- | package/linux-atm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index ee3ac99118..43dd6910e2 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -56,7 +56,7 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_LINUX_ATM): install -d -m0755 $(IDIR_LINUX_ATM)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libatm.so.1* $(IDIR_LINUX_ATM)/usr/lib + cp -f $(PKG_INSTALL_DIR)/usr/lib/libatm.so.1 $(IDIR_LINUX_ATM)/usr/lib $(RSTRIP) $(IDIR_LINUX_ATM)/ $(IPKG_BUILD) $(IDIR_LINUX_ATM) $(PACKAGE_DIR) |