Merge r7368 from trunk

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7628 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-11-04 03:04:01 +00:00
parent 9803f14d05
commit d0c97758a8
2 changed files with 4 additions and 6 deletions

6
debian/rules vendored
View File

@@ -72,11 +72,9 @@ install:
grep -E '^Makefile$$|^(fcst|iscsi-scst|qla2x00t|scst|scst_local|srpt)/'|\
tar -T- -cf- | \
tar -C $(DESTDIR)/usr/src/scst-$(VERSION) -xf- && \
chmod -R 0644 $(DESTDIR)/usr/src/scst-$(VERSION) && \
chmod 0644 "$(DESTDIR)"/usr/lib/*/perl/*/auto/SCST_SCST/.packlist "$(DESTDIR)"/usr/share/perl/*/SCST/SCST.pm && \
chmod 0755 "$(DESTDIR)"/usr/lib/*/perl/*/auto/SCST_SCST && \
find $(DESTDIR) -type f -print0 | xargs -0 -r chmod 0644 && \
find $(DESTDIR) -type d -print0 | xargs -0 -r chmod 0755 && \
mv "$(DESTDIR)"/usr/man "$(DESTDIR)"/usr/share/man && \
rm -rf "$(DESTDIR)"/usr/man && \
dh_install && \
dh_installman && \
dh_installchangelogs && \

View File

@@ -1,7 +1,7 @@
etc/init.d/scst
usr/sbin/scstadmin
usr/share/perl/*/SCST/SCST.pm
usr/lib/*/perl/*/auto/SCST_SCST
usr/share/perl/
usr/lib/
usr/share/man/man3/SCST::SCST.3pm*
usr/share/man/man1/scstadmin.1*
usr/share/man/man5/scst.5*