Skip to content

Commit

Permalink
gui/Makefile: move -p to front; BSDs are confusing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sahib committed Apr 1, 2016
1 parent 78f39bb commit bf12c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resources:
@glib-compile-resources shredder/resources/shredder.gresource.xml --sourcedir shredder/resources

schema:
@mkdir ~/.glib-schemas -p
@mkdir -p ~/.glib-schemas
@cp shredder/resources/org.gnome.Shredder.gschema.xml ~/.glib-schemas
@glib-compile-schemas ~/.glib-schemas

Expand Down

0 comments on commit bf12c00

Please sign in to comment.