[pve-devel] r5031 - pve-storage/pve2
svn-commits at proxmox.com
svn-commits at proxmox.com
Thu Aug 19 10:56:01 CEST 2010
Author: dietmar
Date: 2010-08-19 08:56:01 +0000 (Thu, 19 Aug 2010)
New Revision: 5031
Modified:
pve-storage/pve2/Makefile
Log:
Modified: pve-storage/pve2/Makefile
===================================================================
--- pve-storage/pve2/Makefile 2010-08-19 08:51:35 UTC (rev 5030)
+++ pve-storage/pve2/Makefile 2010-08-19 08:56:01 UTC (rev 5031)
@@ -30,7 +30,6 @@
install -m 0755 pvesm ${DESTDIR}${SBINDIR}
install -D -m 0644 Storage.pm ${DESTDIR}${PERLDIR}/PVE/Storage.pm
make -C PVE install
-# install -D -m 0644 API2Storage.pm ${DESTDIR}${PERLDIR}/PVE/API2/Storage.pm
install -d ${DESTDIR}/usr/share/man/man1
pod2man -n pvesm -s 1 -r "proxmox 1.0" -c "Proxmox Documentation" <pvesm | gzip -9 > ${DESTDIR}/usr/share/man/man1/pvesm.1.gz
@@ -53,7 +52,8 @@
.PHONY: clean
clean:
- rm -rf debian *~ *.deb ${PACKAGE}-*.tar.gz dist
+ rm -rf debian *.deb ${PACKAGE}-*.tar.gz dist
+ find . -name '*~' -exec rm {} ';'
.PHONY: distclean
distclean: clean
More information about the pve-devel
mailing list