massive directory fix to previous mistake for KF5 ported apps

This commit is contained in:
Neophytos Kolokotronis 2015-04-10 01:59:51 +00:00
parent d26937da6d
commit 259bd977fb
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ pkgdesc='Screen ruler for measuring pixels'
url='http://kde.org/applications/graphics/kruler/' url='http://kde.org/applications/graphics/kruler/'
arch=('x86_64') arch=('x86_64')
license=('GPL' 'LGPL' 'FDL') license=('GPL' 'LGPL' 'FDL')
depends=('knotifications' 'kmxlgui') depends=('knotifications' 'kxmlgui')
makedepends=('extra-cmake-modules' 'kdoctools' 'python3') makedepends=('extra-cmake-modules' 'kdoctools' 'python3')
groups=('kde' 'kdegraphics' 'kde-uninstall') groups=('kde' 'kdegraphics' 'kde-uninstall')
categories=('graphics') categories=('graphics')
@ -32,6 +32,6 @@ build() {
} }
package() { package() {
cd ${srcdir}/${pkgname}-${pkgver} cd build
make DESTDIR=${pkgdir} install make DESTDIR=${pkgdir} install
} }