summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Horniak2021-02-13 12:27:50 +0100
committerPavel Horniak2021-02-13 12:27:50 +0100
commit6bf883702884ae1045eff71f7a4d9ef0bf76b4ac (patch)
tree38228a5fc8b5307282183e8b047ea9288a8ecbde
parent2581e2939432a143f17699f9e272d80eae22e1da (diff)
downloadaur-6bf883702884ae1045eff71f7a4d9ef0bf76b4ac.tar.gz
direcory was not installing
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c397ecda8c4..ae28d179317a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ build() {
package(){
# Moving everything to pkg/.
mkdir "$pkgdir"/usr "$pkgdir"/usr/lib "$pkgdir"/usr/bin "$pkgdir"/usr/share "$pkgdir"/usr/share/applications "$pkgdir"/usr/share/icons
- install "Deploy/FlashTool" "${pkgdir}/usr/lib/FlashTool"
+ install -d "Deploy/FlashTool" "${pkgdir}/usr/lib/FlashTool"
ln -s /usr/lib/jvm/default "$pkgdir"/usr/lib/FlashTool/x10flasher_native/jre
ln -s /usr/lib/FlashTool/FlashTool "$pkgdir"/usr/bin/flashtool
install "Flashtool.desktop" "${pkgdir}/usr/share/applications/Flashtool.desktop"