mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
prelink: move to usr/bin.
This commit is contained in:
parent
8a90a4fbbc
commit
c8d089c078
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'prelink'
|
# Template file for 'prelink'
|
||||||
pkgname=prelink
|
pkgname=prelink
|
||||||
version=20130503
|
version=20130503
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=prelink
|
wrksrc=prelink
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="elfutils-devel"
|
makedepends="elfutils-devel"
|
||||||
|
@ -11,3 +11,4 @@ license="GPL-2"
|
||||||
homepage="http://people.redhat.com/jakub/prelink/"
|
homepage="http://people.redhat.com/jakub/prelink/"
|
||||||
distfiles="http://people.redhat.com/jakub/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="http://people.redhat.com/jakub/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0
|
checksum=6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0
|
||||||
|
configure_args="--sbindir=/usr/bin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue