Skip to content
Snippets Groups Projects
Commit 099fdf42 authored by eric pellegrini's avatar eric pellegrini
Browse files

bug fix in build_deb.sh script

parent 36f68fb4
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ echo "$BLEU""Build debian tree" "$NORMAL"
DEBIAN_ROOT_DIR=debian_${DISTRO}-${ARCH}
# Copy all the debian files (e.g. control, copyright, md5sum ...) into DEBIAN directory
mkdir ${DEBIAN_ROOT_DIR}
cp -r BuildServer/Debian/DEBIAN ${DEBIAN_ROOT_DIR}/
chmod -R 755 ${DEBIAN_ROOT_DIR}/DEBIAN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment