Alexandre Rostovtsev has proposed merging lp:~tetromino/simple-scan/mkdir_p into lp:simple-scan.
Requested reviews: Simple Scan Development Team (simple-scan-team) For more details, see: https://code.launchpad.net/~tetromino/simple-scan/mkdir_p/+merge/115284 The $(mkdir_p) make variable is considered obsolete since automake-1.10, and will probably be removed in a future automake version. -- https://code.launchpad.net/~tetromino/simple-scan/mkdir_p/+merge/115284 Your team Simple Scan Development Team is requested to review the proposed merge of lp:~tetromino/simple-scan/mkdir_p into lp:simple-scan.
=== modified file 'data/icons/Makefile.am' --- data/icons/Makefile.am 2010-03-27 02:09:20 +0000 +++ data/icons/Makefile.am 2012-07-17 07:24:38 +0000 @@ -12,7 +12,7 @@ CONTEXT=`echo $$icon | cut -d_ -f2`; \ SIZE=`echo $$icon | cut -d_ -f3`; \ ICONFILE=`echo $$icon | cut -d_ -f4`; \ - $(mkdir_p) $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \ + $(MKDIR_P) $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \ $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \ done
_______________________________________________ Mailing list: https://launchpad.net/~simple-scan-team Post to : [email protected] Unsubscribe : https://launchpad.net/~simple-scan-team More help : https://help.launchpad.net/ListHelp

