summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-27 09:30:24 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-11 11:23:00 +0100
commit62da606a3071d9a1b6a240985fcf2d920ada2ac4 (patch)
tree86d5b931987ea1b9dbeafd6d760c727d144e0bd9
parent1eb93ef522f268f97fdf98b80698ee9360fcfecb (diff)
downloadcoreutils-62da606a3071d9a1b6a240985fcf2d920ada2ac4.tar.gz
coreutils.morph: move INSTALL_PROGRAM to install
Apparently it is not always enough to set it in configure
-rw-r--r--coreutils.morph5
1 files changed, 4 insertions, 1 deletions
diff --git a/coreutils.morph b/coreutils.morph
index f7d8baac7..7a752eacf 100644
--- a/coreutils.morph
+++ b/coreutils.morph
@@ -5,6 +5,9 @@
"configure-commands": [
"sed -i -e '/^buildreq=\"/,/^\"/{/rsync/d}' bootstrap.conf",
"bash bootstrap --skip-po",
- "./configure --prefix=\"$PREFIX\" --disable-nls --enable-no-install-program='[,base64,basename,cat,chcon,chgrp,chmod,chown,chroot,cksum,comm,cp,csplit,cut,date,dd,df,dir,dircolors,dirname,du,echo,env,expand,expr,false,fold,ginstall,groups,head,hostid,id,kill,ln,logname,ls,md5sum,mkdir,mkfifo,mknod,mktemp,mv,nice,nohup,od,printenv,printf,pwd,readlink,realpath,rm,rmdir,seq,sha1sum,sha224sum,sha256sum,sha384sum,sha512sum,sleep,sort,split,stat,stty,sum,sync,tac,tail,tee,test,timeout,touch,tr,true,tty,uname,unexpand,uniq,unlink,uptime,users,wc,who,whoami,yes' INSTALL_PROGRAM=install"
+ "./configure --prefix=\"$PREFIX\" --disable-nls --enable-no-install-program='[,base64,basename,cat,chcon,chgrp,chmod,chown,chroot,cksum,comm,cp,csplit,cut,date,dd,df,dir,dircolors,dirname,du,echo,env,expand,expr,false,fold,ginstall,groups,head,hostid,id,kill,ln,logname,ls,md5sum,mkdir,mkfifo,mknod,mktemp,mv,nice,nohup,od,printenv,printf,pwd,readlink,realpath,rm,rmdir,seq,sha1sum,sha224sum,sha256sum,sha384sum,sha512sum,sleep,sort,split,stat,stty,sum,sync,tac,tail,tee,test,timeout,touch,tr,true,tty,uname,unexpand,uniq,unlink,uptime,users,wc,who,whoami,yes'"
+ ],
+ "install-commands": [
+ "make INSTALL_PROGRAM=install DESTDIR=\"$DESTDIR\" install"
]
}