]> git.pld-linux.org Git - packages/gnustep-make.git/commitdiff
- added symlink needed by libFoundation & friends
authorczarny <czarny@pld-linux.org>
Wed, 7 Sep 2005 17:38:19 +0000 (17:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- NFY gnu-fd-nil support

Changed files:
    gnustep-make.spec -> 1.53

gnustep-make.spec

index 196f5e494e699ad7d07049daeba40ddab3770712..7f1cc6608a228dadee9f459cda14c733a1801574 100644 (file)
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        special_prefix=$RPM_BUILD_ROOT
 
+#libFoundation + friends won't build without that
+ln -s Library/Makefiles $RPM_BUILD_ROOT%{_prefix}/System/Makefiles
+
 %if %{with docs}
 %{__make} -C Documentation install \
        GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
@@ -139,6 +142,7 @@ fi
 %dir %{_prefix}
 %{_prefix}/Local
 %dir %{_prefix}/System
+%{_prefix}/System/Makefiles
 
 # System domain
 %{_prefix}/System/Applications
This page took 0.118331 seconds and 4 git commands to generate.