[Lunar-commits] <moonbase-other> ncftp: fix for /bin -> /usr/bin change

v4hn me at v4hn.de
Sun Jun 2 19:14:19 CEST 2013


commit aa32fbe0051d901772c7b88bc20b1d1bdf84766c
Author: v4hn <me at v4hn.de>
Date: Sun, 02 Jun 2013 10:13:01 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/aa32fbe0051d901772c7b88bc20b1d1bdf84766c

ncftp: fix for /bin -> /usr/bin change

Yes, they managed to spread the pathes
throughout their complete code...
---
  ftp/ncftp/PRE_BUILD | +5/-0     
  1 file changed, 5 insertions(+)

--- /dev/null
+++ b/ftp/ncftp/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+for f in ls chmod mkdir mv rm cp ln tar uname arch; do
+  sedit "s:/bin/$f:$f:" {.,ncftp,sio,Strn,libncftp,vis}/Makefile.in Makefile.bin.in configure autoconf_local/aclocal.m4 sh/config.guess sh/autoconfall.sh ncftp/cmds.c libncftp/lglob.c sh_util/ncftpls.c doc/man/{ncftp,ncftpls}.1 doc/html/{ncftp,ncftpls}.html
+done




More information about the Lunar-commits mailing list