summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d3ca3ecc51c..413e03707eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,8 +32,9 @@ package() {
cp -a opt "$pkgdir"/
cd "$pkgdir"
+ echo "$pkgdir"
- install -D -m 644 opt/LuxTrustMiddleware.desktop \
+ install -D -m 644 opt/LuxTrustMiddleware/LuxTrustMiddleware.desktop \
"$pkgdir"/usr/share/applications/LuxTrustMiddleware.desktop
}