installplatform: typo.
authorjbj <devnull@localhost>
Tue, 2 May 2000 17:30:49 +0000 (17:30 +0000)
committerjbj <devnull@localhost>
Tue, 2 May 2000 17:30:49 +0000 (17:30 +0000)
CVS patchset: 3716
CVS date: 2000/05/02 17:30:49

Makefile.am
installplatform
rpm.spec

index e2fb4b2..dfac6b1 100644 (file)
@@ -78,7 +78,7 @@ install-data-local:
        esac
        @case "@build_os@" in \
        mint) $(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/m68kmint ;;\
-       linux*) DESTDIR="$(DESTDIR)" pkglibdir="$(pkglibdir)" ./installplatform rpmrc macros platform ; \
+       linux*) chmod u+x ./installplatform; DESTDIR="$(DESTDIR)" pkglibdir="$(pkglibdir)" ./installplatform rpmrc macros platform ; \
           $(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/@build_cpu@ ;;\
        *) $(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/@build_cpu@ ;;\
        esac
index 318dfc2..566b835 100755 (executable)
@@ -23,7 +23,7 @@ target="`$RPM --eval '%{_target}'`"
 
 case "$arch" in
   sparc*) SUBSTS="s_sparc64_sparc_ s_sparc[^6]_sparc64_" ;;
-  *) SUBST=y___ ;;
+  *) SUBSTS=y___ ;;
 esac
 
 for SUBST in $SUBSTS; do
index 784ea87..230ff26 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -10,7 +10,7 @@ Conflicts: patch < 2.5
 %ifos linux
 Prereq: gawk fileutils textutils sh-utils mktemp
 Requires: popt, bzip2 >= 0.9.0c-2
-BuildRequires: db1-devel, db3-devel
+BuildRequires: db3-devel
 BuildRequires: bzip2 >= 0.9.0c-2
 BuildRequires: python-devel >= 1.5.2
 %endif