Revision: 7701
http://sourceforge.net/p/astlinux/code/7701
Author: abelbeck
Date: 2016-06-03 16:13:06 +0000 (Fri, 03 Jun 2016)
Log Message:
-----------
build system, check for native 'intltool-extract' command available from 'intltool' package on Debian/Ubuntu/CentOS, also check for 'perl' and 'gettext'
Modified Paths:
--------------
branches/1.0/scripts/build
Modified: branches/1.0/scripts/build
===================================================================
--- branches/1.0/scripts/build 2016-06-03 13:45:51 UTC (rev 7700)
+++ branches/1.0/scripts/build 2016-06-03 16:13:06 UTC (rev 7701)
@@ -6,7 +6,7 @@
# Max image size in 1024 (k) bytes
MAX_IMAGEFS_SIZE=196608 # 192m
-REQUIRED_CMDS="which zcat bzcat make gcc bison flex msgfmt makeinfo autoconf nasm wget rsync sed"
+REQUIRED_CMDS="which zcat bzcat make gcc bison flex msgfmt makeinfo autoconf nasm wget rsync sed perl gettext intltool-extract"
ROOTFS_SQUASHFS="output/images/rootfs.squashfs"
ROOTFS_EXT2="output/images/rootfs.ext2"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|