mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Always use -R flag with cp (to preserve symlinks)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1175 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -61,8 +61,8 @@ $(PKG_BUILD_DIR)/.built:
|
||||
|
||||
$(IPKG_SABLEVM):
|
||||
install -m0755 -d $(IDIR_SABLEVM)/usr/bin
|
||||
cp -fp $(PKG_INSTALL_DIR)/usr/bin/{java-,}sablevm $(IDIR_SABLEVM)/usr/bin/
|
||||
cp -fpR $(PKG_INSTALL_DIR)/usr/bin/{java-,}sablevm $(IDIR_SABLEVM)/usr/bin/
|
||||
install -m0755 -d $(IDIR_SABLEVM)/usr/lib
|
||||
cp -fp $(PKG_INSTALL_DIR)/usr/lib/libsablevm-*.so $(IDIR_SABLEVM)/usr/lib/
|
||||
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/libsablevm-*.so $(IDIR_SABLEVM)/usr/lib/
|
||||
$(RSTRIP) $(IDIR_SABLEVM)
|
||||
$(IPKG_BUILD) $(IDIR_SABLEVM) $(PACKAGE_DIR)
|
||||
|
||||
Reference in New Issue
Block a user