projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86382b9
)
go back to previous behavior of copying only libatm.so.1 (not dereferencing the symlink)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 12 Feb 2006 06:28:00 +0000
(06:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 12 Feb 2006 06:28:00 +0000
(06:28 +0000)
SVN-Revision: 3222
openwrt/package/linux-atm/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/linux-atm/Makefile
b/openwrt/package/linux-atm/Makefile
index ee3ac99118cd42cdac6cd4d517118b6f9b504b59..43dd6910e2f54899f6bb4fbd0c2502cfc4374ce1 100644
(file)
--- a/
openwrt/package/linux-atm/Makefile
+++ b/
openwrt/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)