]> git.pld-linux.org Git - packages/libggi.git/commitdiff
- added config.h and Makefile to %{_examplesdir}, without it can't build examples
authorfilon <filon@sokrates.mimuw.edu.pl>
Sat, 25 Aug 2001 11:55:07 +0000 (11:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libggi.spec -> 1.31

libggi.spec

index 9d532dce91a9ab11f57b396aeca4e985dd1f083a..3a2cdf832780e13f7faba5903ff19344f3d6141b 100644 (file)
@@ -179,6 +179,8 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
        DESTDIR="$RPM_BUILD_ROOT"
 
 install programs/demos/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+install programs/demos/Makefile $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+install config.h $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 # demos which are nice, but not installed by make install
 install programs/demos/.libs/flying_ggis $RPM_BUILD_ROOT%{_bindir}
This page took 0.053036 seconds and 4 git commands to generate.