From: lisu Date: Mon, 18 Jun 2007 19:57:07 +0000 (+0000) Subject: - don't include docs to datadir X-Git-Tag: auto/th/libacpi-0_2-1~6 X-Git-Url: https://git.pld-linux.org/?p=packages%2Flibacpi.git;a=commitdiff_plain;h=3cb480e2e0e5f4d5b807588947713861d6c3d326 - don't include docs to datadir Changed files: libacpi-Makefile.patch -> 1.1 --- diff --git a/libacpi-Makefile.patch b/libacpi-Makefile.patch new file mode 100644 index 0000000..d59c059 --- /dev/null +++ b/libacpi-Makefile.patch @@ -0,0 +1,11 @@ +--- libacpi-0.1/Makefile~ 2007-06-14 18:39:48.000000000 +0200 ++++ libacpi-0.1/Makefile 2007-06-18 21:24:56.000000000 +0200 +@@ -57,8 +57,6 @@ + @mkdir -p ${DESTDIR}${MANPREFIX}/man3 + @cp libacpi.3 ${DESTDIR}${MANPREFIX}/man3 + @echo installing documentation and misc files to ${DESTDIR}${PREFIX}/share/doc/libacpi +- @mkdir -p ${DESTDIR}${PREFIX}/share/doc/libacpi +- @cp -r AUTHORS CHANGES README LICENSE doc ${DESTDIR}${PREFIX}/share/doc/libacpi + @echo finished installation + + uninstall: