diff options
author | François Garillot | 2018-04-22 19:16:52 -0700 |
---|---|---|
committer | François Garillot | 2018-04-22 19:16:52 -0700 |
commit | 152971f1ca796ae5c9b34c001c3c656660437f5d (patch) | |
tree | 5575f8aebe1d39ad50f4a85ada58125a07d42492 /PKGBUILD | |
parent | df9c8e187a930daa5cce36314162c3f7a141d676 (diff) | |
download | aur-152971f1ca796ae5c9b34c001c3c656660437f5d.tar.gz |
bumping bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,5 +49,5 @@ package() { make make DESTDIR="$pkgdir" install cd $pkgdir - mv sbin usr + mv sbin usr/bin } |