diff options
author | Matthew T Hoare | 2018-05-06 18:41:42 +0100 |
---|---|---|
committer | Matthew T Hoare | 2018-05-06 18:41:42 +0100 |
commit | cc2f866eae0c825e9085ef825e1097ebaa2da7e2 (patch) | |
tree | 3ea2a632eaa5b5fb78cf0d78948ad9575904412d | |
parent | 853518755297a7d1398f0fcff45647874206c194 (diff) | |
download | aur-cc2f866eae0c825e9085ef825e1097ebaa2da7e2.tar.gz |
Fixed package().
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,6 +28,6 @@ build() { package() { cd "${_pkgname}/build/release" - make DESTDIR="{pkgdir}/" install + make DESTDIR="${pkgdir}/" install } |