Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=9481a09a1499c75916a3052fda80f19009cc1d42
commit 9481a09a1499c75916a3052fda80f19009cc1d42 Author: bouleetbil <[email protected]> Date: Fri May 13 14:54:27 2011 +0200 fw32-0.1-1-x86_64 *remove reference to pacman-g1 diff --git a/source/apps-extra/fw32/FrugalBuild b/source/apps-extra/fw32/FrugalBuild index 7ead413..fc1697c 100644 --- a/source/apps-extra/fw32/FrugalBuild +++ b/source/apps-extra/fw32/FrugalBuild @@ -12,7 +12,7 @@ archs=('!i686' 'x86_64' '!ppc' '!arm') up2date="$pkgver" backup=('etc/fw32/pacman-g2.conf') source=(fw32 pacman-g2.conf) -sha1sums=('357dab9610c7977eb953b411f481f8ba65981aa7' \ +sha1sums=('93dbc5084fe9e86459eec01713d4817fcf0f13a5' \ 'd84ca5b6d1c37993dd6514d41eb4923a057a0d27') build() diff --git a/source/apps-extra/fw32/fw32 b/source/apps-extra/fw32/fw32 index 65077c3..8188f1e 100644 --- a/source/apps-extra/fw32/fw32 +++ b/source/apps-extra/fw32/fw32 @@ -58,28 +58,28 @@ case $0 in mkdir -p $FW32_ROOT/{dev,tmp,proc,sys} [ $? -ne 0 ] && error "Failed to create fw32 root directories." mount_base - pacman -Sy shadow coreutils findutils which wget file tar gzip bzip2 util-linux procps kbd psmisc less + pacman-g2 -Sy shadow coreutils findutils which wget file tar gzip bzip2 util-linux procps kbd psmisc less [ $? -ne 0 ] && error "Failed to create fw32 root." ;; *fw32-update) check_root cp -r -f -p -P /etc $FW32_ROOT - pacman -Syuf + pacman-g2 -Syuf [ $? -ne 0 ] && error "Failed to update fw32 root." ;; *fw32-install) check_root - pacman -Syf $@ + pacman-g2 -Syf $@ [ $? -ne 0 ] && error "Failed to install any packages to fw32 root." ;; *fw32-uninstall) check_root - pacman -Rsc $@ + pacman-g2 -Rsc $@ [ $? -ne 0 ] && error "Failed to uninstall any packages from fw32 root." ;; *fw32-clean) check_root - pacman -Sc + pacman-g2 -Sc [ $? -ne 0 ] && error "Failed to clean fw32 root directory." ;; *fw32-delete) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
