diff options
| author | David Kaufmann <astra@ionic.at> | 2012-11-01 18:42:21 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2012-11-01 18:42:21 +0100 |
| commit | c9f8b0e03c3de44c6b1e376594da35efbcd079ad (patch) | |
| tree | 1e6d61eda673177a8225b5b32722270034fe67d4 /src | |
| parent | f7f2bd53c95e612705f18c9d0a9336c36f56fe47 (diff) | |
| download | config-c9f8b0e03c3de44c6b1e376594da35efbcd079ad.tar.gz | |
do not remove generated directories, as other script may use those
Diffstat (limited to 'src')
| -rwxr-xr-x | src/vim-latex.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vim-latex.sh b/src/vim-latex.sh index 6415b08..663aced 100755 --- a/src/vim-latex.sh +++ b/src/vim-latex.sh @@ -11,7 +11,6 @@ make DESTDIR=pkg PREFIX= install GENDIR="../../gen" -rm -rf $GENDIR/.vim mv pkg/share/vim $GENDIR/.vim mkdir -p $GENDIR/bin/ mv pkg/bin/* $GENDIR/bin/ |
