Corrected debian.sh and Makefile.am for package creation

This commit is contained in:
Mayank Gupta 2017-03-15 13:14:34 +05:30
parent 0bc2dbac4a
commit 44adf6427b
2 changed files with 3 additions and 1 deletions

View File

@ -270,4 +270,4 @@ ccextractor_LDADD =-lm -ltesseract -llept
ccextractor_LDFLAGS=-zmuldefs
EXTRA_DIST = src/gpacmp4/gpac
EXTRA_DIST = src/gpacmp4/gpac src/lib_ccx

View File

@ -7,6 +7,8 @@ LICENSE="GPL-2.0"
MAINTAINER="carlos@ccextractor.org"
REQUIRES="gcc,libcurl4-gnutls-dev,tesseract-ocr,tesseract-ocr-dev,libleptonica-dev"
../linux/pre-build.sh
out=$((LC_ALL=C dpkg -s checkinstall) 2>&1)
if [[ $out == *"is not installed"* ]]