X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=4055a84f6fe0d3c3ff11c680d1db1a5aed0b7d40;hb=fc43808fc0aa0478b42d66757d6eff637c7116f6;hp=7254f84e1de3bd257ed34b2a2602dd4f94c2159c;hpb=ea9794e34ffe3de76829a8e8b0c1a98e94bca63b;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 7254f84..4055a84 100755 --- a/setup.sh +++ b/setup.sh @@ -22,6 +22,7 @@ set -e . ../lib.sh + if test x"`os`" = xdarwin; then # Sets a custom PATH for GUI applications. mkdir -p ~/.MacOSX @@ -29,7 +30,7 @@ if test x"`os`" = xdarwin; then fi if test x"`os`" = xdebian; then # Necessary as aptitude rewrites the config file on every start. - generate cat debian/aptitude/config .real + generate debian/aptitude/config .in cat # aptitude/config uses // as comment instead of #. sed -i 's|^#|//|' debian/aptitude/config