diff options
author | Martin Rys | 2023-07-10 02:22:31 +0200 |
---|---|---|
committer | Martin Rys | 2023-07-10 02:22:31 +0200 |
commit | 4d5e079dcb4cfbe0ac575fcf2af5174f78cbf58c (patch) | |
tree | 652a6c3d05c6d7c0f95162b94cd925c5a3c411a9 /PKGBUILD | |
parent | c7e4e70043f7f2af09f2b6843a99441bb41db442 (diff) | |
download | aur-haste-server-git.tar.gz |
Remove workaround
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -2,7 +2,7 @@ pkgname=haste-server-git _gitname=haste-server -pkgver=r399.7286385 +pkgver=r408.b52b394 pkgrel=1 pkgdesc="Prettiest, easiest to use pastebin ever made" arch=('any') @@ -41,8 +41,4 @@ package() { cd "${srcdir}/${_gitname}" install -Dm644 "../../${_gitname}.service" -t "${pkgdir}/usr/lib/systemd/system" npm install --cache ../cache -g --prefix "${pkgdir}/usr" *.tgz - - # npm gives ownership of ALL FILES to build user - # https://bugs.archlinux.org/task/63396 - chown -R root:root "${pkgdir}" } |