diff options
author | Erik Westrup | 2022-02-17 18:06:17 +0100 |
---|---|---|
committer | Erik Westrup | 2022-02-17 18:06:17 +0100 |
commit | 9ed7346908241da434892a54b1864dfcae95e31d (patch) | |
tree | 7d457cd274f3450d3d02ae9453f701897e976c97 /PKGBUILD | |
parent | 4600dd3e00e3fdcb52168cbcd708f459076f448c (diff) | |
download | aur-9ed7346908241da434892a54b1864dfcae95e31d.tar.gz |
spell
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ package() { # PREFIX - where we will install built files to # INSTALL_PREFIX - where files on the target system will be installed to - # DIR_SCRIPT - modifed as of move fron /bin to /usr/bin + # DIR_SCRIPT - modified as of move fron /bin to /usr/bin make PREFIX="$pkgdir" INSTALL_PREFIX= DIR_SCRIPT=usr/bin install-systemd install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" |