diff --git a/qca/.footprint b/qca/.footprint index 97f73a890..e8246b9e3 100644 --- a/qca/.footprint +++ b/qca/.footprint @@ -35,6 +35,7 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/qca/ drwxr-xr-x root/root usr/share/qca/certs/ -rw-r--r-- root/root usr/share/qca/certs/rootcerts.pem +-rwxr-xr-x root/root usr/share/qca/qcatool2 drwxr-xr-x root/root usr/share/qt4/ drwxr-xr-x root/root usr/share/qt4/mkspecs/ drwxr-xr-x root/root usr/share/qt4/mkspecs/features/ diff --git a/qca/Pkgfile b/qca/Pkgfile index fa904b4bb..83aadc2f2 100644 --- a/qca/Pkgfile +++ b/qca/Pkgfile @@ -6,7 +6,7 @@ name=qca version=2.0.0 -release=1 +release=3 source=(http://delta.affinix.com/download/${name}/2.0/${name}-${version}.tar.bz2) build() { @@ -21,4 +21,15 @@ build() { find ${PKG} -type f -name '*.debug' -exec rm -rf {} \; find ${PKG} -type f -name 'README' -exec rm -rf {} \; mv ${PKG}/usr/share/man ${PKG}/usr + install -d ${PKG}/usr/share/${name} + mv ${PKG}/usr/bin/qcatool2 ${PKG}/usr/share/${name}/qcatool2 + cat > ${PKG}/usr/bin/qcatool2 <