Correct unix2dos for onyl ins files
This commit is contained in:
parent
89f73c257c
commit
8f885753bc
4
build.sh
4
build.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PN="ppviewer"
|
PN="ppviewer"
|
||||||
VERSION="2010"
|
VERSION="2010"
|
||||||
RELEASE="4"
|
RELEASE="5"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE=""
|
ADVICE=""
|
||||||
TYPE="restrict"
|
TYPE="restrict"
|
||||||
@ -22,7 +22,7 @@ X86FILE=${X86##*/}
|
|||||||
OUT=$(mktemp -d /tmp/output.XXXXXXXXXX) || { echo "Failed to create temp dir"; exit 1; }
|
OUT=$(mktemp -d /tmp/output.XXXXXXXXXX) || { echo "Failed to create temp dir"; exit 1; }
|
||||||
mkdir $OUT/$PN
|
mkdir $OUT/$PN
|
||||||
cp -Rv OPSI CLIENT_DATA $OUT/$PN
|
cp -Rv OPSI CLIENT_DATA $OUT/$PN
|
||||||
unix2dos $OUT/$PN/CLIENT_DATA/*
|
unix2dos $OUT/$PN/CLIENT_DATA/*.ins
|
||||||
|
|
||||||
if [ -e /usr/portage/distfiles/$ICONFILE ]
|
if [ -e /usr/portage/distfiles/$ICONFILE ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user