<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>97960</bug_id>
          
          <creation_ts>2005-07-04 23:21 0000</creation_ts>
          <short_desc>windowmaker-0.92 uses a wrong gnustep dir</short_desc>
          <delta_ts>2005-07-06 16:08:15 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>2005.0</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>chutz@gg3.net</reporter>
          <assigned_to>gnustep@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>chutz@gg3.net</who>
            <bug_when>2005-07-04 23:21:43 0000</bug_when>
            <thetext>The new windowmaker ebuild uses these:

myconf=&quot;${myconf} --with-gnustepdir=$(egnustep_system_root)/Applications
myconf=&quot;${myconf} --with-gnustepdir=/usr/lib/GNUstep/Applications

However, that makes it install applications in /usr/lib/GNUstep/Applications/Applications, which does not seem to be the right thing to do. Furthermore, it should use $(get_libdir) instead of &quot;lib&quot;.

Please consider the following:

        # integrate with GNUstep environment, or not
        if use gnustep ; then
                egnustep_env
-               myconf=&quot;${myconf} --with-gnustepdir=$(egnustep_system_root)/Applications&quot;
+               myconf=&quot;${myconf} --with-gnustepdir=$(egnustep_system_root)&quot;
        else
                # no change from wm-0.80* ebuilds, as to not pollute things more
-               myconf=&quot;${myconf} --with-gnustepdir=/usr/lib/GNUstep/Applications&quot;
+               myconf=&quot;${myconf} --with-gnustepdir=/usr/$(get_libdir)/GNUstep&quot;
        fi</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fafhrd@gentoo.org</who>
            <bug_when>2005-07-06 16:08:15 0000</bug_when>
            <thetext>... yeah, not only did they change the ./configure entry for this, but they
changed the way it worked to...at least it betters integrates with GNUstep --
thanks for the heads up!

fixes in portage</thetext>
          </long_desc>
      
    </bug>

</bugzilla>