wireless_tools: enable build_pie/relro; move to bin.
This commit is contained in:
parent
2b1dc13f07
commit
843e0ca15c
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'wireless_tools'
|
# Template file for 'wireless_tools'
|
||||||
pkgname=wireless_tools
|
pkgname=wireless_tools
|
||||||
version=29
|
version=29
|
||||||
revision=6
|
revision=7
|
||||||
|
build_pie=yes
|
||||||
wrksrc="${pkgname}.${version}"
|
wrksrc="${pkgname}.${version}"
|
||||||
short_desc="Set of tools allowing to manipulate the Wireless Extensions"
|
short_desc="Set of tools allowing to manipulate the Wireless Extensions"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -16,7 +17,7 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTALL_DIR=${DESTDIR}/usr/sbin INSTALL_LIB=${DESTDIR}/usr/lib \
|
make INSTALL_DIR=${DESTDIR}/usr/bin INSTALL_LIB=${DESTDIR}/usr/lib \
|
||||||
INSTALL_INC=${DESTDIR}/usr/include \
|
INSTALL_INC=${DESTDIR}/usr/include \
|
||||||
INSTALL_MAN=${DESTDIR}/usr/share/man install
|
INSTALL_MAN=${DESTDIR}/usr/share/man install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue