mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-16 06:39:56 +00:00
Edited PKGBUILDs
This commit is contained in:
@ -14,7 +14,7 @@ makedepends=('automoc4')
|
||||
source=(http://kde-apps.org/CONTENT/content-files/84772-${_pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('d6e30aa41da5279300f5d638ff595a77')
|
||||
|
||||
build()
|
||||
build()
|
||||
{
|
||||
if [ -d ${srcdir}/build ]; then
|
||||
rm -rf ${srcdir}/build
|
||||
@ -27,8 +27,8 @@ build()
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package()
|
||||
package()
|
||||
{
|
||||
cd $srcdir/build
|
||||
cd ${srcdir}/build
|
||||
make DESTDIR=${pkgdir} install || return 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user