diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,8 @@ #!/bin/bash + +echo " I think that install and configure should be deprecated." +echo " use sudo make prepare and make install instead and fix any of yours git-pre-add hooks or whatever." +echo " --sijanec" mkdir tmp cd tmp rm -rf bverbose |