mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/ms-sys: Added (writes Microsoft compatible boot records).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
304d13b285
commit
6bc2af55a8
3 changed files with 8 additions and 13 deletions
|
@ -7,8 +7,3 @@ only the boot record is written.
|
|||
It is useful when using Linux to restore a backup of a reference
|
||||
Microsoft Windows installation.
|
||||
(Excellent for creating bootable Windows 7 install USB).
|
||||
|
||||
2.4.0 Added support for syslinux GPT MBR.
|
||||
Updated syslinux mbr to version 6.02.
|
||||
|
||||
2.4.1 Added support for FAT32 PE boot record.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Written by Cj [cj@abysmal.mx]
|
||||
|
||||
PRGNAM=ms-sys
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
VERSION=${VERSION:-2.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -45,10 +45,10 @@ tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
#No configure script, setting prefix to /usr
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ms-sys"
|
||||
VERSION="2.4.1"
|
||||
VERSION="2.5.1"
|
||||
HOMEPAGE="http://ms-sys.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/ms-sys/ms-sys-2.4.1.tar.gz"
|
||||
MD5SUM="d31e7ef3db6bd77dbb13df11057fa0f2"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/ms-sys/ms-sys-2.5.1.tar.gz"
|
||||
MD5SUM="c66fb9045543559d3b320f57d4c87f30"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue