Skip to content

Commit

Permalink
Fix whitespace in default/Makefile
Browse files Browse the repository at this point in the history
Makefile whitespace is a goddamn mystery.

Signed-off-by: Adam Williamson <[email protected]>
  • Loading branch information
AdamWill committed Sep 11, 2023
1 parent d07cafc commit c224b3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions default/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ all:

install:
$(MKDIR) $(WP_DIR)/default
$(INSTALL) $(WP_NAME).xml $(WP_DIR)/default/$(WP_NAME).xml
$(INSTALL) $(WP_NAME).xml $(WP_DIR)/default/$(WP_NAME).xml
#~ Base background
for tod in 01-day 01-night; do \
$(INSTALL) $(WP_NAME)-$${tod}.png $(WP_DIR)/default/$(WP_NAME)-$${tod}.png ; \
done;
for tod in 01-day 01-night; do \
$(INSTALL) $(WP_NAME)-$${tod}.png $(WP_DIR)/default/$(WP_NAME)-$${tod}.png ; \
done;

#~ GNOME background
$(MKDIR) $(GNOME_BG_DIR)
Expand Down

0 comments on commit c224b3e

Please sign in to comment.