[Lunar-commits] <moonbase-core> automake: bad idea to symlink aclocal

Stefan Wold ratler at lunar-linux.org
Tue Jan 13 19:30:48 CET 2015


commit f87de3a0fc0868a090fab30fb180701e98d19717
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 13 Jan 2015 19:29:33 +0100
URL: https://github.com/lunar-linux/moonbase-core/commit/f87de3a0fc0868a090fab30fb180701e98d19717

automake: bad idea to symlink aclocal

Removing and symlinking aclocal like that will mess up people boxes. That directory normally contain a bunch
of m4 files. Fix the module that is broken instead of changing it here.
---
  devel/automake/BUILD | +0/-2     
  1 file changed, 2 deletions(-)

--- a/devel/automake/BUILD
+++ b/devel/automake/BUILD
@@ -4,8 +4,6 @@
 
   #the lines below arfe for the "automake" and "aclocal" symlinks, needed by some sources
   rm -Rf /usr/share/automake &&
-  rm -Rf /usr/share/aclocal  &&
-  ln -sf /usr/share/aclocal-${VERSION::4}  /usr/share/aclocal &&
   ln -sf /usr/share/automake-${VERSION::4} /usr/share/automake
 
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list