fix bug when compiling libXaw a second time

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8926 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2007-09-21 17:27:44 +00:00
parent 8956e6737b
commit 281cbad9be

View File

@ -58,7 +58,7 @@ endef
define Package/libXaw-X11R7.1/install
$(call Package/$(PKG_NAME)/install/Default,$(1))
cd $(1)/usr/lib; ln -s libXaw7.so.7.0.0 libXaw.so.7; ln -s libXaw6.so.6.0.1 libXaw.so.6
cd $(1)/usr/lib; rm -f libXaw.so.7 libXaw.so.6; ln -s libXaw7.so.7.0.0 libXaw.so.7; ln -s libXaw6.so.6.0.1 libXaw.so.6
endef
define Build/InstallDev