diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-03-23 17:38:02 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-03-23 17:38:02 -0700 |
commit | ad6cdc58ba4ef740af08efa6e220e2345e77d3d9 (patch) | |
tree | ee293bc418f805d360c4b6ee47e305ab5dbbcd98 /cmake | |
parent | 47315e95c35824fb3dfabbf11ccdea323ab59887 (diff) | |
parent | aa856c3922c806899a09c40d2d48870e70ddc3e9 (diff) |
Merge branch 'maint'
Diffstat (limited to 'cmake')
-rwxr-xr-x | cmake/Packaging/preinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Packaging/preinst.in b/cmake/Packaging/preinst.in index c60d465686..cb7ee1bc40 100755 --- a/cmake/Packaging/preinst.in +++ b/cmake/Packaging/preinst.in @@ -1,5 +1,5 @@ #!/bin/sh if [ "$1" = "install" ]; then - ls + echo fi |