summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhexisXz2022-12-12 23:39:55 -0500
committerhexisXz2022-12-12 23:39:55 -0500
commit59bc5572a3748af5dabcde01c586f4b8ce724ac2 (patch)
tree018183dfdaaf7de2ba058da79d84a47e17a9db4f
parent31a02af2f70b613d77b547111d750b5a89b8c264 (diff)
downloadaur-59bc5572a3748af5dabcde01c586f4b8ce724ac2.tar.gz
update
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2777ed5e616c..b15f7cb2d393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,6 @@ build() {
package() {
- mkdir ~/.config/hexpmg/ && mv ~/hexpmg/update/update ~/.config/hexpmg/ && mv ~/hexpmg/uninstall/uninstall ~/.config/hexpmg/ && chmod +x ~/.config/hexpmg/uninstall && chmod +x ~/.config/hexpmg/update
+ mkdir ~/.config/hexpmg/ && mv update ~/.config/hexpmg/ && mv uninstall ~/.config/hexpmg/ && chmod +x ~/.config/hexpmg/uninstall && chmod +x ~/.config/hexpmg/update
}