]> git.pld-linux.org Git - packages/pinfo.git/commitdiff
- removed default _sysconfdir definition, other cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Sep 2003 15:23:45 +0000 (15:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pinfo.spec -> 1.50

pinfo.spec

index f315e242e19986a62dd3d9ac5a8664f48e8a62f3..d8881fed68677ece37482c739bf8dc330b615a96 100644 (file)
@@ -22,8 +22,6 @@ BuildRequires:        ncurses-devel >= 5.0
 Requires:      man-config
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _sysconfdir     /etc
-
 %description
 Pinfo is a curses based lynx-style info browser.
 
@@ -66,7 +64,8 @@ Pinfo - 
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/profile.d
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/profile.d/%{name}.sh
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/profile.d/%{name}.csh
This page took 0.069847 seconds and 4 git commands to generate.