If there's a file called "$pkgname.{pre,post}_{configure,build,install}
it will be automatically executed. In addition to this, templates may
use {pre,post}_{configure,build,install}_cmd variables to run arbitrary
commands.
--HG--
extra : convert_revision : 62ad549b8299689ecf8c833e73eda436ffdb7aa7
8 lines
269 B
Plaintext
8 lines
269 B
Plaintext
# Move udev rules and libs into /lib.
|
|
|
|
mkdir -p $XBPS_DESTDIR/$pkgname-$version/lib/udev
|
|
mv $XBPS_DESTDIR/$pkgname-$version/usr/lib/udev \
|
|
$XBPS_DESTDIR/$pkgname-$version/lib/udev
|
|
mv $XBPS_DESTDIR/$pkgname-$version/usr/lib/lib* \
|
|
$XBPS_DESTDIR/$pkgname-$version/lib/
|