Wed Jun 26 2002 Michael K. Johnson <johnsonm@redhat.com>
- get perl out of base with attr-2.0.8-docperms.patch
Mon Jun 24 2002 Michael K. Johnson <johnsonm@redhat.com> 2.0.8-1
- Initial Red Hat package Made as few changes as possible relative to
upstream packaging to make it easier to maintain long-term. This means
that some of the techniques used here are definitely not standard Red
Hat techniques. If you are looking for an example package to fit into
Red Hat Linux transparently, this would not be the one to pick.
- attr-devel -> libattr-devel
10 lines
398 B
Diff
10 lines
398 B
Diff
--- attr-2.0.8/doc/ea-conv/Makefile.perms Wed Jun 26 09:17:00 2002
|
|
+++ attr-2.0.8/doc/ea-conv/Makefile Wed Jun 26 09:17:12 2002
|
|
@@ -40,6 +40,6 @@
|
|
install: default
|
|
$(INSTALL) -m 755 -d $(PKG_DOC_DIR)/ea-conv
|
|
$(INSTALL) -m 644 README $(PKG_DOC_DIR)/ea-conv
|
|
- $(INSTALL) -m 755 ea-conv $(PKG_DOC_DIR)/ea-conv
|
|
+ $(INSTALL) -m 644 ea-conv $(PKG_DOC_DIR)/ea-conv
|
|
|
|
default install-dev install-lib:
|