]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- save some time and install overriden scripts in install
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 15 May 2006 22:33:36 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda.spec -> 1.15

anaconda.spec

index 1cb3cbb9e9a1cf239d5d8439a94f05889799cf17..0345946df53f7d543bad5ee22a6181225916e56d 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Graphical system installer
 Summary(pl):   Graficzny instalator systemu
 Name:          anaconda
 Version:       10.89.6
-Release:       0.4
+Release:       0.8
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.bz2
@@ -72,6 +72,7 @@ Summary:      Graphical system installer portions needed only for fresh installs
 Summary(pl):   Elementy graficznego instalatora systemu potrzebne tylko przy nowych instalacjach
 Group:         Applications/System
 AutoReqProv:   false
+Requires:      gawk
 Requires:      python
 Requires:      python-libxml2
 Requires:      python-rpm >= 4.2-0.61
@@ -97,10 +98,6 @@ mv -f po/{eu_ES,eu}.po
 mv -f po/{sr,sr@Latn}.po
 
 sed -i -e 's/$(PYTHON) scripts/python scripts/' Makefile
-cp %{SOURCE1} scripts/mk-images
-cp %{SOURCE2} scripts/upd-instroot
-cp %{SOURCE3} scripts/mk-images.i386
-cp %{SOURCE4} scripts/scrubtree
 
 %build
 # locale check
@@ -120,6 +117,11 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+cp %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/anaconda-runtime/mk-images
+cp %{SOURCE2} $RPM_BUILD_ROOT%{_libdir}/anaconda-runtime/upd-instroot
+cp %{SOURCE3} $RPM_BUILD_ROOT%{_libdir}/anaconda-runtime/mk-images.i386
+cp %{SOURCE4} $RPM_BUILD_ROOT%{_libdir}/anaconda-runtime/scrubtree
+
 %find_lang %{name}
 
 %clean
This page took 0.044629 seconds and 4 git commands to generate.