forked from Dark-Horse-Linux/pyrois
reduction of ISO size to 1.9 GB - milestone
This commit is contained in:
@@ -137,7 +137,10 @@ mode_build() {
|
||||
autoreconf -i
|
||||
assert_zero $?
|
||||
|
||||
./configure
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--docdir=/usr/share/doc/${APPNAME}-${VERSION}
|
||||
assert_zero $?
|
||||
|
||||
logprint "Compiling docs..."
|
||||
|
||||
@@ -154,7 +154,7 @@ mode_install() {
|
||||
assert_zero $?
|
||||
|
||||
logprint "Installing modules..."
|
||||
make modules_install
|
||||
make INSTALL_MOD_STRIP=1 modules_install
|
||||
assert_zero $?
|
||||
|
||||
logprint "Installing kernel"
|
||||
|
||||
Reference in New Issue
Block a user