diff --git a/tools/pckgen.d/deb/debian/CAS_NAME.manpages b/tools/pckgen.d/deb/debian/CAS_NAME.manpages index 3b87284..5b3e32e 100644 --- a/tools/pckgen.d/deb/debian/CAS_NAME.manpages +++ b/tools/pckgen.d/deb/debian/CAS_NAME.manpages @@ -1,3 +1,3 @@ utils/opencas.conf.5 -utils/casadm.8 utils/casctl.8 +casadm/casadm.8 diff --git a/tools/pckgen.d/deb/debian/rules b/tools/pckgen.d/deb/debian/rules index a8e9f2c..67b969c 100755 --- a/tools/pckgen.d/deb/debian/rules +++ b/tools/pckgen.d/deb/debian/rules @@ -9,15 +9,15 @@ override_dh_auto_configure : override_dh_auto_build : - (cd utils/; ./cas_version_gen build) + (cd tools/; ./cas_version_gen build) make -C casadm override_dh_auto_install : - make -C casadm install_files DESTDIR="$(shell pwd)/debian/tmp" - make -C utils install_files DESTDIR="$(shell pwd)/debian/tmp" + (cd casadm; make install_files DESTDIR="$(shell pwd)/debian/tmp") + (cd utils; make install_files DESTDIR="$(shell pwd)/debian/tmp") # clean and generate version again before installing sources for DKMS make distclean - (cd utils/; ./cas_version_gen) + (cd tools/; ./cas_version_gen) override_dh_dkms : dh_dkms -V $(DEB_VERSION_UPSTREAM)