]> git.pld-linux.org Git - packages/crossmingw32-allegro.git/commitdiff
- up to 4.1.1 RA-1_0 STABLE allegro-4_1_1-1 allegro-4_1_1-2 allegro-4_1_1-3 allegro-4_1_1-4
authorwolf <wolf@pld-linux.org>
Wed, 11 Sep 2002 20:07:44 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro-examples.patch -> 1.3

allegro-examples.patch

index db598621796b329a71d2c15b5839c20c3cc42f82..e8dcb49c0ce0852fae5c514b266aa1ed60c495e2 100644 (file)
@@ -3,14 +3,14 @@
 @@ -392,8 +392,9 @@
  
  install-programs: programs
-       $(mkinstalldirs) $(bindir)
+       $(mkinstalldirs) $(DESTDIR)$(bindir)
 -      @for prog in $(ALLEGRO_LIB_EXES) $(ALLEGRO_DATAFILE_EXES); do \
 -        if test "X`echo $$prog | sed -e s,tools/.\*,,`" = X; then \
 +      @for prog in $(ALLEGRO_LIB_EXES) $(ALLEGRO_DATAFILE_EXES) \
 +        $(ALLEGRO_EXAMPLE_EXES) ; do \
 +        if test "X`echo $$prog | sed -e s,.*/.\*,,`" = X; then \
-           echo Installing $$prog to $(bindir); \
-           $(INSTALL_PROGRAM) $$prog $(bindir); \
+           echo Installing $$prog to $(DESTDIR)$(bindir); \
+           $(INSTALL_PROGRAM) $$prog $(DESTDIR)$(bindir); \
          fi; \
 @@ -465,9 +466,10 @@
        rm -rf $(includedir)/allegro
This page took 0.141369 seconds and 4 git commands to generate.