]> git.pld-linux.org Git - packages/pmount.git/commitdiff
- updated for 0.9.7 auto/th/pmount-0_9_7-1
authorfreetz <freetz@pld-linux.org>
Mon, 27 Feb 2006 15:31:00 +0000 (15:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pmount-build_fixes.patch -> 1.3

pmount-build_fixes.patch

index e2d69dfff976f0ea33a24039cf757b27d7b288f5..a7f56919590dfb27fa82a95eba18a8c737b1c165 100644 (file)
@@ -1,40 +1,14 @@
-diff -aurN pmount-0.9.3.orig/Makefile pmount-0.9.3/Makefile
---- pmount-0.9.3.orig/Makefile 2005-06-27 15:16:23.000000000 +0200
-+++ pmount-0.9.3/Makefile      2005-08-02 15:06:57.000000000 +0200
-@@ -1,5 +1,5 @@
- LIBS=-lsysfs
--CFLAGS?=-Wall -W -O2
-+CFLAGS?=-Wall -W $(OPTFLAGS)
- HAL_CFLAGS=$(shell pkg-config hal --cflags)
- HAL_LDFLAGS=$(shell pkg-config hal --libs)
- VERSION=$(shell head -n 1 CHANGES)
-@@ -24,13 +24,13 @@
-       $(CC) $(LDFLAGS) $(HAL_LDFLAGS) $^ $(LIBS) -o $@
- install: all install-mo
--      install -o root -g root -m 4755 -D ./pmount $(DESTDIR)/$(PREFIX)/bin/pmount
--      install -o root -g root -m 4755 -D ./pumount $(DESTDIR)/$(PREFIX)/bin/pumount
--      install -o root -g root -m 755 -D ./pmount-hal $(DESTDIR)/$(PREFIX)/bin/pmount-hal
--      install -o root -g root -m 644 -D ./pmount.1 $(DESTDIR)/$(PREFIX)/share/man/man1/pmount.1
--      install -o root -g root -m 644 -D ./pumount.1 $(DESTDIR)/$(PREFIX)/share/man/man1/pumount.1
--      install -o root -g root -m 644 -D ./pmount-hal.1 $(DESTDIR)/$(PREFIX)/share/man/man1/pmount-hal.1
--      install -o root -g root -m 644 -D ./pmount.allow $(DESTDIR)/etc/pmount.allow
-+      install -D ./pmount $(DESTDIR)/$(bindir)/pmount
-+      install -D ./pumount $(DESTDIR)/$(bindir)/pumount
-+      install -D ./pmount-hal $(DESTDIR)/$(bindir)/pmount-hal
-+      install -D ./pmount.1 $(DESTDIR)/$(datadir)/man/man1/pmount.1
-+      install -D ./pumount.1 $(DESTDIR)/$(datadir)/man/man1/pumount.1
-+      install -D ./pmount-hal.1 $(DESTDIR)/$(datadir)/man/man1/pmount-hal.1
-+      install -D ./pmount.allow $(DESTDIR)/$(sysconfdir)/pmount.allow
- uninstall: uninstall-mo
-       rm -f $(DESTDIR)/$(PREFIX)/bin/pmount $(DESTDIR)/$(PREFIX)/bin/pumount $(DESTDIR)/$(PREFIX)/bin/pmount-hal
-@@ -38,7 +38,7 @@
-       rm -f $(DESTDIR)/$(PREFIX)/share/man/man1/pmount-hal.1
- install-mo:
--      for f in po/*.po; do P="$(DESTDIR)/$(PREFIX)/share/locale/$$(basename $${f%.po})/LC_MESSAGES/"; mkdir -p "$$P"; msgfmt -o "$$P/pmount.mo" $$f; done
-+      for f in po/*.po; do P="$(DESTDIR)/$(datadir)/locale/$$(basename $${f%.po})/LC_MESSAGES/"; mkdir -p "$$P"; msgfmt -o "$$P/pmount.mo" $$f; done
- uninstall-mo:
-       for f in po/*.po; do P="$(DESTDIR)/$(PREFIX)/share/locale/$$(basename $${f%.po})/LC_MESSAGES/"; rm -f "$$P/pmount.mo"; rmdir -p --ignore-fail-on-non-empty "$$P"; done
+diff -aurN pmount-0.9.7.orig/src/Makefile.am pmount-0.9.7/src/Makefile.am
+--- pmount-0.9.7.orig/src/Makefile.am  2005-12-16 11:34:37.000000000 +0100
++++ pmount-0.9.7/src/Makefile.am       2006-02-27 16:23:03.876543872 +0100
+@@ -30,8 +30,8 @@
+ install-data-hook:
+       test -z $(INSTALL_DIR) || mkdir -p -- $(INSTALL_DIR)
+-      $(INSTALL_DATA) -o root -g root -m 4755 -D $(INSTALL_SRC)/pmount $(INSTALL_DIR)/pmount
+-      $(INSTALL_DATA) -o root -g root -m 4755 -D $(INSTALL_SRC)/pumount $(INSTALL_DIR)/pumount
++      $(INSTALL_DATA) -D $(INSTALL_SRC)/pmount $(INSTALL_DIR)/pmount
++      $(INSTALL_DATA) -D $(INSTALL_SRC)/pumount $(INSTALL_DIR)/pumount
+       
+ uninstall-hook:
+       rm -f $(INSTALL_DIR)/pmount
This page took 0.150435 seconds and 4 git commands to generate.