hi, installing emacsen-common i got the following message > Setting up emacsen-common (1.4.13-1) ... > chmod: /usr/local/share/emacs: No such file or directory
in fact, in the postinst script i found > if [ ! -e /usr/local/share ] > then > if mkdir /usr/local/share 2>/dev/null > then > chown root:staff /usr/local/share > chmod 2775 /usr/local/share > fi > fi and similar lines. kilian _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
