From: colintu Date: Wed, 18 Apr 2012 19:21:16 +0000 (+0000) Subject: remove -o 0 options from make install (Closes issue 17) X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/f844d993c1f8a73e1c3b268a9e038b96d35f9100?hp=991009a4ed8602524a806e01396944e84abc5f15 remove -o 0 options from make install (Closes issue 17) git-svn-id: http://abcde.googlecode.com/svn/trunk@308 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/Makefile b/Makefile index 002ddea..1e9e9f4 100644 --- a/Makefile +++ b/Makefile @@ -14,14 +14,14 @@ clean: install: $(INSTALL) -d -m 755 $(bindir) - $(INSTALL) -m 755 -o 0 abcde $(bindir) - $(INSTALL) -m 755 -o 0 cddb-tool $(bindir) - $(INSTALL) -m 755 -o 0 abcde-musicbrainz-tool $(bindir) + $(INSTALL) -m 755 abcde $(bindir) + $(INSTALL) -m 755 cddb-tool $(bindir) + $(INSTALL) -m 755 abcde-musicbrainz-tool $(bindir) $(INSTALL) -d -m 755 $(mandir) - $(INSTALL) -m 644 -o 0 abcde.1 $(mandir) - $(INSTALL) -m 644 -o 0 cddb-tool.1 $(mandir) + $(INSTALL) -m 644 abcde.1 $(mandir) + $(INSTALL) -m 644 cddb-tool.1 $(mandir) $(INSTALL) -d -m 755 $(etcdir) - $(INSTALL) -m 644 -o 0 abcde.conf $(etcdir) + $(INSTALL) -m 644 abcde.conf $(etcdir) tarball: @cd .. && tar czvf abcde_$(VERSION).orig.tar.gz \ diff --git a/changelog b/changelog index 0204ab8..ec15a62 100644 --- a/changelog +++ b/changelog @@ -11,9 +11,10 @@ abcde 2.5.1 UNRELEASED [ Colin Tuckley ] * replace deprecated egrep with grep -E (Closes issue 24) + * remove -o 0 options from make install (Closes issue 17) * clean up indentation on older changelog entries - -- Colin Tuckley Wed, 18 Apr 2012 15:54:24 +0100 + -- Colin Tuckley Wed, 18 Apr 2012 19:54:24 +0100 abcde 2.5.0