Added the creation of debian/control.
[selector.git] / mkdeb.sh
index 291c677..44df3dc 100755 (executable)
--- a/mkdeb.sh
+++ b/mkdeb.sh
@@ -39,6 +39,8 @@ for d in DEBIAN ${BIN_PATH} ${MAN_PATH}; do
     mkdir -p ${TMP}/${d}
 done
 
+mkdir -p debian/control
+
 LIB_DEPENDS=$(dpkg-shlibdeps -O ./selector | grep Depends | sed -e "s/^.*Depends=//")
 
 cat > ${TMP}/DEBIAN/control <<EOF