Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=4ee71fe5c3178135a92ee89f3672b170726e0851

commit 4ee71fe5c3178135a92ee89f3672b170726e0851
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Tue Sep 30 01:32:15 2008 +0200

run ldconfig after the merge in case of any missing soname symlink

diff --git a/Makefile b/Makefile
index 5f04506..ca5dea8 100644
--- a/Makefile
+++ b/Makefile
@@ -156,6 +156,8 @@ merge: $(packages)
for i in $(packages); do \
cp -a $$i/* $(MDIR)/; \
done
+       touch $(MDIR)/etc/ld.so.conf
+       ldconfig -r $(MDIR)
make -C po mos

install-setup: setup
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to