diff options
author | davidovski <david@davidovski.xyz> | 2022-02-06 02:21:04 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-06 02:21:04 +0000 |
commit | bf0d6f513b3cbc4f3ce5f0d891e29c34366c4dc8 (patch) | |
tree | 2a71be074a210d9b8f0af80863f973d70f609c4d /repo/util/genfstab.xibuild | |
parent | 37db7d8cd18998ec35309c6c6c308bddafe96989 (diff) |
fixed genfstab to install to correct place
Diffstat (limited to 'repo/util/genfstab.xibuild')
-rw-r--r-- | repo/util/genfstab.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/util/genfstab.xibuild b/repo/util/genfstab.xibuild index 1d1c326..e083d61 100644 --- a/repo/util/genfstab.xibuild +++ b/repo/util/genfstab.xibuild @@ -10,5 +10,5 @@ BRANCH=v$PKG_VER DESC="A tool for generating /etc/fstab files from archlinux" package () { - make PREFIX=/usr BINPROGS=genfstab MANS=doc/genfstab.8 install + make PREFIX=/usr BINPROGS=genfstab MANS=doc/genfstab.8 DESTDIR=$PKG_DEST install } |