summaryrefslogtreecommitdiff
path: root/etc/genprofile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/genprofile')
-rwxr-xr-xetc/genprofile14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/genprofile b/etc/genprofile
index 438e65cd..f6dff029 100755
--- a/etc/genprofile
+++ b/etc/genprofile
@@ -32,13 +32,13 @@ mkdir "$DESTDIR"
for file in copyfiles fstab nssdatabases; do
for profile in all "$PROFILE"; do
- for arch in all "$PLATFORM"; do
- FILE="${SRCDIR}/${profile}/${arch}/${file}"
- if [ -f "$FILE" ]; then
- echo "Including $FILE"
- cat $FILE >> "${DESTDIR}/${file}"
- fi
- done
+ for arch in all "$PLATFORM"; do
+ FILE="${SRCDIR}/${profile}/${arch}/${file}"
+ if [ -f "$FILE" ]; then
+ echo "Including $FILE"
+ cat $FILE >> "${DESTDIR}/${file}"
+ fi
+ done
done
echo "Wrote ${DESTDIR}/${file}"
done