summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-21 17:19:48 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-21 17:19:48 +0100
commit7dea48406c6ee9fd98c972bf73c0f026e86a7881 (patch)
tree989ed662f8a4c0e8f0279242e657189dc5e1ab60 /examples
parenta5d5a24f1e134c7b48efbd425ccc8e180ff4fc2b (diff)
fixedie fix
Diffstat (limited to 'examples')
-rw-r--r--examples/deployconfig-dieter1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/deployconfig-dieter b/examples/deployconfig-dieter
index e2811db..d96f2b0 100644
--- a/examples/deployconfig-dieter
+++ b/examples/deployconfig-dieter
@@ -35,6 +35,7 @@ worker_package_list ()
# Strip away all packages not known by pacman. To get all packages, you'll need to do that when the system is installed TODO: don't do this. WAITINGFOR: --config support in yaourt + 'list of md5s of trusted pkgbuilds' support in yaourt
# NOTE: maybe chrooting could be an option too (to avoid --config support, but problem 2 stays)
TARGET_PACKAGES=`pacman -Si $TARGET_PACKAGES 2>/dev/null | awk '/Name/ {print $3}'`
+ TARGET_PACKAGES=`echo $TARGET_PACKAGES`
}