Create PKGBUILD

This commit is contained in:
Hugo Posnic
2016-12-17 15:13:18 +01:00
parent 6b18a9335f
commit 4993b96919
3 changed files with 33 additions and 3 deletions
+2 -2
View File
@@ -31,9 +31,9 @@ class ManjaroHello():
# Path vars
self.current_folder = os.getcwd() + "/"
if self.current_folder == "/usr/bin/":
self.data_path = "/usr/share/" + self.app + "/data/"
self.data_path = "/usr/share/" + self.app + "/"
self.locale_path = "/usr/share/locale/"
self.ui_path = "/usr/share/" + self.app + "/ui/"
self.ui_path = "/usr/share/" + self.app + "/"
self.desktop_path = "/usr/share/applications/" + self.app + ".desktop"
else:
self.data_path = "../data/"