remove -o 0 options from make install (Closes issue 17)
authorcolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Wed, 18 Apr 2012 19:21:16 +0000 (19:21 +0000)
committercolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Wed, 18 Apr 2012 19:21:16 +0000 (19:21 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@308 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

Makefile
changelog

index 002ddea..1e9e9f4 100644 (file)
--- 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 \
index 0204ab8..ec15a62 100644 (file)
--- 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 <colint@debian.org>  Wed, 18 Apr 2012 15:54:24 +0100
+ -- Colin Tuckley <colint@debian.org>  Wed, 18 Apr 2012 19:54:24 +0100
 
 abcde 2.5.0