mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
cd-discid: install to /usr not /usr/local.
This commit is contained in:
parent
09afdc7341
commit
416bc4ace6
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'cd-discid'
|
# Template file for 'cd-discid'
|
||||||
pkgname=cd-discid
|
pkgname=cd-discid
|
||||||
version=1.4
|
version=1.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
|
make_install_args="PREFIX=/usr"
|
||||||
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://linukz.org/cd-discid.shtml"
|
homepage="http://linukz.org/cd-discid.shtml"
|
||||||
|
@ -14,4 +15,4 @@ cd-discid_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue