diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/kdelibs-libre/PKGBUILD | 3 | ||||
-rw-r--r-- | libre/vhba-module-libre/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/vhba-module-libre/vhba-module.install | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/libre/kdelibs-libre/PKGBUILD b/libre/kdelibs-libre/PKGBUILD index 2f20a872e..27fb5d504 100644 --- a/libre/kdelibs-libre/PKGBUILD +++ b/libre/kdelibs-libre/PKGBUILD @@ -21,7 +21,7 @@ provides=("kdelibs=$pkgver") replaces=('kdelibs') conflicts=('kdelibs') install=${_pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz" +source=("http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz" 'kde-applications-menu.patch' 'use-pythondontwritebytecode.patch' 'khtml-fsdg.diff') @@ -29,6 +29,7 @@ sha1sums=('9daa3a93182ac3c50759d7369a7c1db30890cf46' '86ee8c8660f19de8141ac99cd6943964d97a1ed7' 'bbacbbe2194f3961cd7557d98a9ddef158ca11aa' 'a1502a964081ad583a00cf90c56e74bf60121830') + build() { cd "${srcdir}"/${_pkgname}-${pkgver} diff --git a/libre/vhba-module-libre/PKGBUILD b/libre/vhba-module-libre/PKGBUILD index 2de64bc38..9b86cc51e 100644 --- a/libre/vhba-module-libre/PKGBUILD +++ b/libre/vhba-module-libre/PKGBUILD @@ -7,7 +7,7 @@ _pkgname=vhba-module pkgname=vhba-module-libre pkgver=20120422 _extramodules=extramodules-3.5-LIBRE -pkgrel=6 +pkgrel=7 pkgdesc="Kernel module that emulates SCSI devices" arch=('i686' 'x86_64') url="http://cdemu.sourceforge.net/" diff --git a/libre/vhba-module-libre/vhba-module.install b/libre/vhba-module-libre/vhba-module.install index ac27991cc..b2a49a261 100644 --- a/libre/vhba-module-libre/vhba-module.install +++ b/libre/vhba-module-libre/vhba-module.install @@ -9,7 +9,7 @@ post_install() { } post_upgrade() { - getent group cdemu &>/dev/null || groupadd cdemu + getent group cdemu &>/dev/null || groupadd -r cdemu _updatemod } |