FS#7278 - Add variables for pkg and src directories
Attached to Project:
Pacman
Opened by Christoph Zeiler (Rabyte) - Saturday, 26 May 2007, 16:13 GMT
Last edited by Dan McGee (toofishes) - Wednesday, 30 May 2007, 19:48 GMT
Opened by Christoph Zeiler (Rabyte) - Saturday, 26 May 2007, 16:13 GMT
Last edited by Dan McGee (toofishes) - Wednesday, 30 May 2007, 19:48 GMT
|
Details
Replace $startdir/pkg by $pkg and
$startdir/src by $src. |
This task depends upon
Closed by Dan McGee (toofishes)
Wednesday, 30 May 2007, 19:48 GMT
Reason for closing: Implemented
Additional comments about closing: Implemented in GIT for the 3.1.x branch
Wednesday, 30 May 2007, 19:48 GMT
Reason for closing: Implemented
Additional comments about closing: Implemented in GIT for the 3.1.x branch
Though they should be lowercase, since that's the standard for makepkg/pkgbuild vars.
In fact there only need to be added two lines to /usr/bin/makepkg:
startdir=$(pwd)
+pkg=$startdir/pkg
+src=$startdir/src