summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMohammad Hadi Latifi2019-08-09 17:52:39 +0430
committerMohammad Hadi Latifi2019-08-09 17:52:39 +0430
commitfdf9967afa770af946de4c8db71e536df7e33758 (patch)
treef78aa5128e4d79bca411098abd84e934bd5bc600 /PKGBUILD
parentdfa1151ded6037c2065cf8fb59ae810c0600340f (diff)
downloadaur-balonet.tar.gz
Installs license file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2119631847c5..1c8f9f067f15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,6 @@ package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
- echo "i do something!"
- # install -D -m644 "/opt/balonet/resources/app/node_modules/universalify/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 "/opt/balonet/resources/app/node_modules/universalify/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}