diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2012-01-26 08:56:57 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2012-01-26 08:56:57 -0600 |
commit | 88ac172faf0f44e43dd9e730e5b8ebcdbc7ff971 (patch) | |
tree | e822f55b3c0190a1244c8ded833900cdaecec540 /libre/libretools | |
parent | d2437c16a327daa50a99c2f61663802f90b5125b (diff) |
Commiting libre package libretools-20120125-1
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index a6e4c89ad..e9d1f50ca 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -3,8 +3,8 @@ pkgbase=libretools pkgname=(libretools libretools-pr libretools-mips64el) -pkgver=20111231 -pkgrel=2 +pkgver=20120125 +pkgrel=1 pkgdesc="Scripts for easing Parabola's tasks" arch=('any') url="http://parabolagnulinux.org" @@ -72,6 +72,8 @@ package_libretools() { install -m755 ${_gitname}/rePKGBUILD.proto ${pkgdir}/usr/share/pacman install -m755 ${_gitname}/toru ${pkgdir}/usr/bin + install -m755 ${_gitname}/toru-path ${pkgdir}/usr/bin + install -m755 ${_gitname}/toru-utils ${pkgdir}/usr/bin install -d -m 775 --group=users /var/lib/libretools/toru } |