Correct unix2dos for onyl ins files

This commit is contained in:
Mario Fetka 2012-01-25 22:48:32 +01:00
parent 89f73c257c
commit 8f885753bc
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
PN="ppviewer"
VERSION="2010"
RELEASE="4"
RELEASE="5"
PRIORITY="0"
ADVICE=""
TYPE="restrict"
@ -22,7 +22,7 @@ X86FILE=${X86##*/}
OUT=$(mktemp -d /tmp/output.XXXXXXXXXX) || { echo "Failed to create temp dir"; exit 1; }
mkdir $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 ]
then