Browse Source

* fixed evms mangling of sbindir (now evms cross-compiles aswell)

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20314 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
f8734431fe
  1. 4
      filesystem/evms/evms.conf

4
filesystem/evms/evms.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../evms/evms.conf
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -18,7 +18,7 @@ var_append patchfiles ' ' "`match_source_file -p patch`"
# Install EVMS libs and plugins in /lib and the administration binaries
# into /sbin so that they are available if /usr is not mounted.
#
sbindir="$root/sbin"
sbindir="/${sbindir##*/}"
libdir="/${libdir##*/}"
# ncurses based GUI

Loading…
Cancel
Save