summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2022-10-26 03:43:08 +0200
committeractionless2022-10-26 03:43:08 +0200
commitae3a4bf4da340a5dfaa22d5f83dc76c344b1894c (patch)
tree57a11ed20c2fd4e06d54c580c7833e4da261492d /PKGBUILD
parentd57589ad47391375b947da75a86a7e562019d6b1 (diff)
downloadaur-ae3a4bf4da340a5dfaa22d5f83dc76c344b1894c.tar.gz
push version (use latest themix plugin api)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8686c3e81e1..360e27eff092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,6 +58,7 @@ package() {
cd "$pkg_tmp_dir"
make DESTDIR="${pkgdir}" APPDIR="${_oomox_dir}" PREFIX="/usr" "install_${_plugin_name}"
+ cd "$pkgdir"
rm -fr "$pkg_tmp_dir"
python -O -m compileall "${pkgdir}${_oomox_dir}/plugins/${_plugin_name}" -d "${_oomox_dir}/plugins/${_plugin_name}"