I have noticed that the emacsen-common-1.4.15-2 installation script fails if /usr/local does not exist (which is the case if you move it away to avoid linking againt libraries in it).
The problem is in the PostInstScript: if [ ! -e %p/var/lib/emacsen-common/installed-flavors ] then chmod 2775 /usr/local/share/emacs echo -n "" > %p/var/lib/emacsen-common/installed-flavors chmod 644 %p/var/lib/emacsen-common/installed-flavors echo -n "" > %p/var/lib/emacsen-common/installed-flavors fi The chmod will fails if /usr/local does not exist. (maintainer cc'ed) Sébastien ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
