build: arch package won't install /bin
This commit is contained in:
committed by
Chris Rizzitello
parent
246f5d59ab
commit
37fcec2554
4
res/dist/arch/PKGBUILD.in
vendored
4
res/dist/arch/PKGBUILD.in
vendored
@ -32,7 +32,7 @@ options=('!debug')
|
||||
package() {
|
||||
# By default, `makepkg` will run from the `src` directory, which would
|
||||
# only install the binaries, and not the .desktop file, etc. To install
|
||||
# everything, we need to set `--prefix`.
|
||||
# everything, we need to set DESTDIR.
|
||||
cd $startdir
|
||||
cmake --install . --prefix "$pkgdir"
|
||||
DESTDIR=$pkgdir cmake --install .
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user