]> git.pld-linux.org Git - packages/env-update.git/commitdiff
- _exec_prefix /
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Apr 2006 11:18:48 +0000 (11:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    env-update.patch -> 1.4
    env-update.spec -> 1.5

env-update.patch
env-update.spec

index 2388d91765a5600221143704e3c61c0f6e298d99..6b74bd27a750fa2a60a7370ad8b63e570b8e7c6e 100644 (file)
@@ -73,8 +73,8 @@
 -              -f /lib/rcscripts/awk/functions.awk \
 -              -f /lib/rcscripts/awk/genenviron.awk
 +      gawk \
-+              -f /usr/lib/functions.awk \
-+              -f /usr/lib/genenviron.awk
++              -f /lib/functions.awk \
++              -f /lib/genenviron.awk
  fi
  
 -
@@ -86,7 +86,7 @@
  BEGIN {
  
 -      extension("/lib/rcscripts/filefuncs.so", "dlload")
-+      extension("/usr/lib/filefuncs.so", "dlload")
++      extension("/lib/filefuncs.so", "dlload")
  
        # Get our environment variables
        SVCDIR = ENVIRON["SVCDIR"]
index bc549b67faf86bd4650f9b5f2b54d729f74bb7d6..46e934eccb187e437e2ce4208f73c74c6260d8ed 100644 (file)
@@ -2,7 +2,7 @@ Summary:        env-update - create /etc/profile.env from /etc/env.d files
 Summary(pl):   env-update - tworzenie /etc/profile.env z plików /etc/env.d
 Name:          env-update
 Version:       1.6.14
-Release:       0.2
+Release:       0.4
 License:       GPL v2
 Group:         Base
 Source0:       http://distfiles.gentoo.org/distfiles/rc-scripts-%{version}.tar.bz2
@@ -13,6 +13,8 @@ BuildRequires:        gawk-devel
 Requires:      gawk
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _exec_prefix    /
+
 %description
 This is env-update rip from gentoo's baselayout.
 
This page took 0.037448 seconds and 4 git commands to generate.