diff options
| author | ruki <[email protected]> | 2020-02-25 00:05:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-24 18:31:40 +0800 |
| commit | 60d476560c1332b9f80ce71625381e7acb207f13 (patch) | |
| tree | b6f2b61148cbc0208e09545fd3b8a51bda3b234f /scripts | |
| parent | 61dfa4d694a9ba09a99d243e5ca06e2d34b4cbdd (diff) | |
update makefile
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index cc3509948..af3f4a7c3 100755 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -21,5 +21,5 @@ build() { package() { cd "$srcdir" - make install DESTDIR="${pkgdir}/usr" PREFIX="/usr" + make install DESTDIR="${pkgdir}" PREFIX="/usr" } |
