summaryrefslogtreecommitdiffstats
path: root/host/cmake
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2012-03-23 16:05:38 -0700
committerJosh Blum <josh@joshknows.com>2012-03-23 16:31:23 -0700
commit17068bc38dff216caed300141015fee882dfb133 (patch)
treeeaefb1aef457e7e9103dca9ab6065e45110ddf03 /host/cmake
parentb60fccc51495a84a5c434c4e612170e4a75faf12 (diff)
downloaduhd-17068bc38dff216caed300141015fee882dfb133.tar.gz
uhd-17068bc38dff216caed300141015fee882dfb133.tar.bz2
uhd-17068bc38dff216caed300141015fee882dfb133.zip
Changes preinst.in to 'echo' instead of 'ls'
Diffstat (limited to 'host/cmake')
-rwxr-xr-xhost/cmake/debian/preinst.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/debian/preinst.in b/host/cmake/debian/preinst.in
index dc8795d8d..9e8e50b90 100755
--- a/host/cmake/debian/preinst.in
+++ b/host/cmake/debian/preinst.in
@@ -17,5 +17,5 @@
#
if [ "$1" = "install" ]; then
- ls
+ echo
fi