Ticket #80: Makefile.patch

File Makefile.patch, 1.2 KB (added by Christopher Rodriguez, 6 years ago)

Patch for src/Makefile

  • Makefile

    old new  
    22
    33#  Copyright 2018 Thomas Bernard
    44#  Copyright 2012 Franck Charlet
    5 #  Copyright 2011 Pawel Góralski
     5#  Copyright 2011 Pawel Góralski
    66#  Copyright 2009 Per Olofsson
    77#  Copyright 2008 Peter Gordon
    88#  Copyright 2008-2010 Yves Rizoud
     
    789789        test -d $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/libs || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/libs
    790790        test -d $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/palette || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/palette
    791791        test -d $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture
     792        test -d $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture/others-8bit/lib || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture/others-8bit/lib
     793        test -d $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture/thomson/lib || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture/thomson/lib
    792794        test -d $(DESTDIR)$(datadir)/applications || $(MKDIR) $(DESTDIR)$(datadir)/applications
    793795        test -d $(DESTDIR)$(pixmapdir) || $(MKDIR) $(DESTDIR)$(pixmapdir)
    794796