wok-next rev 17664
Fix: attr
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Feb 15 12:52:33 2015 +0000 (2015-02-15) |
parents | ee294d252003 |
children | 4aec5a11721d |
files | attr/receipt |
line diff
1.1 --- a/attr/receipt Sun Feb 15 12:51:49 2015 +0000 1.2 +++ b/attr/receipt Sun Feb 15 12:52:33 2015 +0000 1.3 @@ -28,11 +28,15 @@ 1.4 mv /bin/sh /bin/sh.bak 1.5 ln -s /bin/bash /bin/sh 1.6 1.7 - # Configure is included in Makefile 1.8 - { make LOCAL_CONFIGURE_OPTIONS="$CONFIGURE_ARGS" && 1.9 + # No need to use rpm 1.10 + rm /bin/rpm 1.11 + 1.12 + export INSTALL_USER=root INSTALL_GROUP=root 1.13 + 1.14 + ./configure $CONFIGURE_ARGS && 1.15 + make && 1.16 make install install-lib install-dev DIST_ROOT=$DESTDIR 1.17 - } || { mv -f /bin/sh.bak /bin/sh; return 1; } 1.18 - 1.19 + 1.20 mv -f /bin/sh.bak /bin/sh 1.21 } 1.22