Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
ecryptfs-utils
ecryptfs-usrmerge.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ecryptfs-usrmerge.diff of Package ecryptfs-utils
Index: ecryptfs-utils-111/configure.ac =================================================================== --- ecryptfs-utils-111.orig/configure.ac +++ ecryptfs-utils-111/configure.ac @@ -358,11 +358,17 @@ if test "${enable_gui}" = "yes"; then fi pkgconfigdir="\$(libdir)/pkgconfig" -if test "${prefix}" = "/usr"; then - rootsbindir="/sbin" -else - rootsbindir="\$(sbindir)" +# check for rootsbindir environment var +if test -z $rootsbindir; then + if test "${prefix}" = "/usr"; then + rootsbindir="/sbin" + else + rootsbindir="\$(sbindir)" + fi + export rootsbindir fi +AC_ARG_VAR(rootsbindir, [Location of /sbin @<:@default=/sbin@:>@]) + GETTEXT_PACKAGE=ecryptfs-utils AC_SUBST(GETTEXT_PACKAGE)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor