[pacman-dev] [PATCH] Modify bacman to use .pkg.tar.gz suffix

Nagy Gabor ngaba at bibl.u-szeged.hu
Tue Jul 1 12:49:51 EDT 2008


From a566684aeab88d9e983c5a57ee7c7ecbf775e478 Mon Sep 17 00:00:00 2001
From: Nagy Gabor <ngaba at 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 at 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"
-- 
1.5.6.1




More information about the pacman-dev mailing list