Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Change suggestion to distrib/sets/maketars



Hello,

I suggest the following change to distrib/sets/maketars:

--- distrib/sets/maketars.orig  2009-02-04 23:21:23.000000000 +0100
+++ distrib/sets/maketars
@@ -175,7 +175,7 @@ for setname in ${lists}; do
        if [ -n "${installdir}" ]; then
                msg "Copying set ${setname}"
                ( cd "${dest}"; \
-                   ${PAX} -O -rwpe -d -N"${etcdir}" ${metalog:+-M} \
+                   ${PAX} -O -rwpe -l -d -N"${etcdir}" ${metalog:+-M} \
                        "${installdir}" < "${setlistdir}/set.${setname}" )
        else
                if [ -n "${metalog}" -a "${tars}/${out}" -nt "${metalog}" ]


It makes an instant installation for systems, where the build directory is on the root file-system. :)

May I commit?

Kind regards,
Adam


Home | Main Index | Thread Index | Old Index