[Kst] kdeextragear-2/kst
Stephan Kulow
coolo at kde.org
Tue Aug 3 20:28:41 CEST 2004
CVS commit by coolo:
don't be silly
M +2 -2 kst.spec.in 1.34
--- kdeextragear-2/kst/kst.spec.in #1.33:1.34
@@ -21,5 +21,5 @@
%prep
%setup
-./configure --with-install-root=$RPM_BUILD_ROOT --prefix=$RPM_BUILD_ROOT/%prefix --disable-debug
+./configure --prefix=%prefix --disable-debug
%build
@@ -28,5 +28,5 @@
%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
-make R="$RPM_BUILD_ROOT" SUID_ROOT="" install
+make DESTDIR=$RPM_BUILD_ROOT SUID_ROOT="" install
%files
More information about the Kst
mailing list