diff options
author | Donald Carr | 2017-06-13 03:28:19 -0700 |
---|---|---|
committer | Donald Carr | 2017-06-13 03:28:19 -0700 |
commit | f6811a03502ca286200cd6917df41d7d36cd6e96 (patch) | |
tree | 4cbb90b1c0fa173eebeb6a6b48acead2ab5554a5 | |
parent | 3ba8d8efd58eb594110fa09c9b642599dfe262a2 (diff) | |
download | aur-f6811a03502ca286200cd6917df41d7d36cd6e96.tar.gz |
Clean up packaging of artriculate
-rw-r--r-- | PKGBUILD | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -14,7 +14,7 @@ fi # Uncomment for a debug build #_qmake_args="CONFIG+=debug" pkgname=artriculate -pkgver=0.4.r0.g9d27639 +pkgver=0.4.r1.g035945a pkgrel=1 pkgdesc='QML box2d application for displaying artwork' arch=('any') @@ -39,14 +39,7 @@ build() { } package() { - local _repo_src=${srcdir}/${pkgname} - local _systemd_deploy_path=${pkgdir}/usr/lib/systemd/system - local _bin_path=${pkgdir}/usr/bin + cd ${srcdir}/${pkgname} - mkdir -p $_systemd_deploy_path $_qml_deploy_path $_bin_path - cp ${_repo_src}/artriculate $_bin_path - cp ${_repo_src}/src/resources/*.service ${_systemd_deploy_path} - - cd ${_repo_src} INSTALL_ROOT="$pkgdir" make install } |