]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Use new generate() argument order.
authorSimon Ruderich <simon@ruderich.org>
Tue, 22 Oct 2013 19:10:41 +0000 (21:10 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 22 Oct 2013 20:59:38 +0000 (22:59 +0200)
setup.sh

index d7d0cbdfe039099c9dd987ddd30cc8764bef08ed..bb2e4c0dbe1865a93463d9fb3fc12280ac71f162 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -111,7 +111,7 @@ else
     column=
 fi
 
-generate perl shell/aliases \
+generate shell/aliases .in perl \
     -e 'while (<STDIN>) {
             s/\bLS_ENV\b/$ARGV[0]/;
             s/\bLS_PATH\b/$ARGV[1]/;
@@ -134,7 +134,7 @@ else
     sed_i '/^alias grep=/ s/^/#/' shell/aliases
 fi
 
-generate cat screenrc .in
+generate screenrc .in cat
 # As screen-256color is not widely supported use it only on machines where the
 # matching terminfo entry is available. This also requires a terminal emulator
 # which supports 256 colors. Also used for tmux.
@@ -196,7 +196,7 @@ if test ! -d /sys/class/power_supply/BAT0; then
 fi
 
 if installed tmux; then
-    generate perl tmux.conf ./bin/remove-continuation.pl
+    generate tmux.conf .in perl ./bin/remove-continuation.pl
 
     # Add mappings to switch to windows 10-29 quickly. See tmux-window.pl for
     # details.
@@ -225,7 +225,7 @@ if installed tmux; then
 fi
 
 # Htop overwrites the comments in its configuration file.
-generate cat htoprc .in
+generate htoprc .in cat
 
 
 # LINK SETUP