chiark / gitweb /
pass: Add comment on why we depend on coreutils
[termux-packages] / disabled-packages / checkinstall / checkinstallrc-dist.patch
1 diff -u -r ../checkinstall-1.6.2/checkinstallrc-dist ./checkinstallrc-dist
2 --- ../checkinstall-1.6.2/checkinstallrc-dist   2008-11-11 14:10:34.000000000 -0500
3 +++ ./checkinstallrc-dist       2016-10-28 16:28:56.558529656 -0400
4 @@ -16,14 +16,14 @@
5  DEBUG=0
6  
7  # Location of the "installwatch" program
8 -INSTALLWATCH_PREFIX="/usr/local"
9 +INSTALLWATCH_PREFIX="/data/data/com.termux/files/usr"
10  INSTALLWATCH=${INSTALLWATCH_PREFIX}/bin/installwatch
11  
12  # Location of the makepkg program. "makepak" is the default, and is 
13  # included with checkinstall. If you want to use Slackware's native "makepkg"
14  # then set this to "makepkg"
15  
16 -MAKEPKG=/sbin/makepkg
17 +MAKEPKG=/data/data/com.termux/files/usr/bin/makepkg
18  
19  # makepkg optional flags. These are recommended if running a newer Slackware
20  # version: "-l y -c n"
21 @@ -36,7 +36,7 @@
22  SHOW_MAKEPKG=0
23  
24  # Where will we keep our temp files?
25 -BASE_TMP_DIR=/var/tmp   ##  Don't set this to /tmp or / !! 
26 +BASE_TMP_DIR=@TERMUX_PREFIX@/tmp   ##  Don't set this to /tmp or / !! 
27  
28  # Where to place the installed document files
29  DOC_DIR=""