Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=a15cb5eb6b6c6c94d255e507b486f0fc6c1e2f24
commit a15cb5eb6b6c6c94d255e507b486f0fc6c1e2f24 Author: crazy <[email protected]> Date: Sun Feb 11 16:31:24 2018 +0100 lshw-B.02.18-2-x86_64 * rebuild with tc diff --git a/source/apps-extra/lshw/FrugalBuild b/source/apps-extra/lshw/FrugalBuild index 9d99039..436252e 100644 --- a/source/apps-extra/lshw/FrugalBuild +++ b/source/apps-extra/lshw/FrugalBuild @@ -5,12 +5,12 @@ pkgname=lshw pkgver=B.02.18 -pkgrel=1 +pkgrel=2 pkgdesc="A tool to provide information on the hardware configuration of the machine." url="http://ezix.org/project/wiki/HardwareLiSter" license="GPL2" groups=('apps-extra') -archs=('i686' 'x86_64') +archs=('x86_64') makedepends=('gtk+2' 'x11-protos') options+=('scriptlet') depends=('libstdc++') @@ -22,9 +22,11 @@ subdescs=("Gtk+2 frontend for lshw") sublicense=("GPL2") subgroups=('xapps-extra') subdepends=('gtk+2') -subarchs=('i686 x86_64') +subarchs=('x86_64') build() { + + local i for i in `find . -name Makefile` ; do sed -i -e "s|DESTDIR?=/|DESTDIR=$Fdestdir|" \ -e "s|SBINDIR=\$(PREFIX)/sbin|SBINDIR=\$(PREFIX)/bin|" \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
