diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-11-11 16:36:30 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-11-11 16:36:30 -0300 |
commit | f5b907e3db2fabc9fa0a8a2b7502cf00f4c5e061 (patch) | |
tree | dcb2b7687caf0073ab9508723599d15b9613e9f5 /libre/ghostscript-libre | |
parent | 670af4204ef3b1963ef9529cd420dfeb4d66cd84 (diff) |
ghostscript-libre SRCBUILD
Like a PKGBUILD for creating libre sources. Changed PKGDEST to startdir to
avoid mixing sources with packages. Changing it to SRCDEST which would be ideal
doesn't work, makepkg throws a permission error when creating the tarball.
Run with `makepkg -p SRCBUILD` and then `scp ./*.src.tar.?z parabola_repo:public/other/`
Diffstat (limited to 'libre/ghostscript-libre')
-rw-r--r-- | libre/ghostscript-libre/SRCBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/ghostscript-libre/SRCBUILD b/libre/ghostscript-libre/SRCBUILD index d7cac0a76..dc28e857e 100644 --- a/libre/ghostscript-libre/SRCBUILD +++ b/libre/ghostscript-libre/SRCBUILD @@ -25,6 +25,7 @@ build() { package() { cd ${srcdir} export PKGEXT=.src.tar.xz + export PKGDEST=${startdir} mv ghostscript-${pkgver} ${pkgdir}/ |