]> rtime.felk.cvut.cz Git - sojka/sterm.git/blobdiff - debian/rules
debian: Do not strip binaries during install
[sojka/sterm.git] / debian / rules
index 3fde8d78a112349e424a007e9f75fd0bc3fe9322..c271a3ec47fb1c572c1125f616cd7ab0a8591430 100755 (executable)
@@ -19,7 +19,8 @@ include /usr/share/dpkg/default.mk
 # Variables to pass to sterm Makefile
 export PREFIX=/usr
 export NO_MAN=1
-export INSTALL=install # Do not strip - this will be handled by dh_strip
+# Do not strip - this will be handled by dh_strip
+export INSTALL_BIN=install
 
 # main packaging script based on dh7 syntax
 %: