On Tue, Jul 1, 2008 at 11:49 AM, Nagy Gabor <ngaba@bibl.u-szeged.hu> wrote:
From a566684aeab88d9e983c5a57ee7c7ecbf775e478 Mon Sep 17 00:00:00 2001 From: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Tue, 1 Jul 2008 18:39:04 +0200 Subject: [PATCH] Modify bacman to use .pkg.tar.gz suffix
The old one created foo-1.0-1.tar.gz named package file.
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> --- contrib/bacman | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/bacman b/contrib/bacman index 410482f..a973823 100755 --- a/contrib/bacman +++ b/contrib/bacman @@ -265,7 +265,7 @@ chmod 644 $work_dir/{.PKGINFO,.CHANGELOG,.INSTALL} 2> /dev/null echo "Generating the package..."
ret=0 -bsdtar -czf "$pkg_dest/$pkg_namver-$pkg_arch.tar.gz" $(ls -A) || ret=$? +bsdtar -czf "$pkg_dest/$pkg_namver-$pkg_arch.pkg.tar.gz" $(ls -A) || ret=$? if [ $ret -ne 0 ]; then echo "ERROR: unable to write package to $pkg_dest" echo " Maybe the disk is full or you do not have write access"
To be more proper, it'd probably better to source makepkg.conf and use $PKG_EXT