Date: Thursday, May 30, 2013 @ 19:11:18 Author: jsteel Revision: 91977
archrelease: copy trunk to community-staging-any Added: clonezilla/repos/community-staging-any/ clonezilla/repos/community-staging-any/PKGBUILD (from rev 91976, clonezilla/trunk/PKGBUILD) clonezilla/repos/community-staging-any/usrbin.patch (from rev 91976, clonezilla/trunk/usrbin.patch) --------------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ usrbin.patch | 13 +++++++++++++ 2 files changed, 42 insertions(+) Copied: clonezilla/repos/community-staging-any/PKGBUILD (from rev 91976, clonezilla/trunk/PKGBUILD) =================================================================== --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2013-05-30 17:11:18 UTC (rev 91977) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jonathan Steel <mail at jsteel dot org> +# Contributor: M0Rf30 + +pkgname=clonezilla +pkgver=3.3.10 +pkgrel=2 +pkgdesc="The Free and Open Source Software for Disk Imaging and Cloning" +arch=('any') +url="http://clonezilla.org" +license=('GPL') +depends=('drbl' 'partclone' 'ntfsprogs' 'partimage' 'pigz' 'sshfs') +source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2 + usrbin.patch) +backup=(etc/drbl/drbl-ocs.conf) +md5sums=('9a4815961adaadf2f25299abab314dbd' + 'a976c9209f7bbccd352a9d0a5c8b41ae') + +prepare() { + cd "$srcdir"/$pkgname-$pkgver + + patch -Np0 -i "$srcdir"/usrbin.patch +} + +package() { + cd "$srcdir"/$pkgname-$pkgver + + make DESTDIR="$pkgdir"/ install +} Copied: clonezilla/repos/community-staging-any/usrbin.patch (from rev 91976, clonezilla/trunk/usrbin.patch) =================================================================== --- community-staging-any/usrbin.patch (rev 0) +++ community-staging-any/usrbin.patch 2013-05-30 17:11:18 UTC (rev 91977) @@ -0,0 +1,13 @@ +--- Makefile.orig 2013-05-30 17:42:49.851418658 +0100 ++++ Makefile 2013-05-30 17:44:41.157482402 +0100 +@@ -18,8 +18,8 @@ + + install: + # install exec files +- install -d ${DESTDIR}/usr/ +- cp -a sbin bin ${DESTDIR}/usr/ ++ install -d ${DESTDIR}/usr/bin ++ cp -a sbin/* bin/* ${DESTDIR}/usr/bin/ + + # install setup dir + install -d $(DESTDIR)/$(SHAREDIR)/