Skip to content

Commit

Permalink
Renamed X11 config file to denote the package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitelynx committed Jul 12, 2016
1 parent d1733c8 commit 36d9bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -20,7 +20,7 @@ VPATH = ..
font_outputs := $(patsubst %.bdf,$(OUTDIR)/%.pcf,$(wildcard *.bdf))
fontdir_outputs := fonts.alias fonts.dir fonts.scale
fontdir_outputs := $(patsubst %,$(OUTDIR)/%,$(fontdir_outputs))
outputs := $(font_outputs) $(fontdir_outputs) $(OUTDIR)/x-fonts.conf
outputs := $(font_outputs) $(fontdir_outputs) $(OUTDIR)/x11-artwiz-fonts-wl.conf


.PHONY: all clean distclean install
Expand All @@ -35,7 +35,7 @@ distclean:

install: $(outputs)
install -m755 -d $(DESTDIR)/$(XORGCONFDIR)
install -m644 $(OUTDIR)/x-fonts.conf $(DESTDIR)/$(XORGCONFDIR)/40-x-fonts.conf
install -m644 $(OUTDIR)/x11-artwiz-fonts-wl.conf $(DESTDIR)/$(XORGCONFDIR)/40-artwiz-fonts-wl.conf
install -m755 -d $(DESTDIR)/$(TARGET)
install -m644 -t $(DESTDIR)/$(TARGET) $(outputs)

Expand All @@ -49,7 +49,7 @@ $(OUTDIR)/fonts.scale: $(OUTDIR)/fonts.alias
$(OUTDIR)/fonts.dir: $(OUTDIR)/fonts.alias $(OUTDIR)/fonts.scale
mkfontdir $(OUTDIR)

$(OUTDIR)/x-fonts.conf: templates/x-fonts.conf
$(OUTDIR)/x11-artwiz-fonts-wl.conf: templates/x11-artwiz-fonts-wl.conf
sed 's@%(TARGET)@'$(TARGET)'@g' $< > $@

$(OUTDIR):
Expand Down
File renamed without changes.

0 comments on commit 36d9bf9

Please sign in to comment.