]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
debian/aptitude/config.real: Rename to config.in.
authorSimon Ruderich <simon@ruderich.org>
Sun, 17 Mar 2013 15:45:05 +0000 (16:45 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 17 Mar 2013 15:45:05 +0000 (16:45 +0100)
debian/aptitude/config.in [moved from debian/aptitude/config.real with 100% similarity]
setup.sh

index 7254f84e1de3bd257ed34b2a2602dd4f94c2159c..ce6b014852781efac5d73f55cc52f68fd1ba7fee 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -29,7 +29,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 cat debian/aptitude/config .in
     # aptitude/config uses // as comment instead of #.
     sed -i 's|^#|//|' debian/aptitude/config