]> Dogcows Code - chaz/openbox/blobdiff - data/Makefile.am
not using CurrentTime anywhere
[chaz/openbox] / data / Makefile.am
index 3a82b6079389a9f5b0d916ead78176a1727924a9..8035fd54758ed2b7a195fccd962e4d8fc934471c 100644 (file)
@@ -10,7 +10,7 @@ distclean-local:
        $(RM) *\~ .\#*
 
 menu: $(srcdir)/menu.in
-       $(SED) -e "s!@pkgdatadir@!$(pkgdatadir)!" $< > $@
+       $(SED) -e "s!@datadir@!$(datadir)!" $< > $@
 
 uninstall-am:
-       $(RM) $(DESTDIR)$(pkgdatadir)/menu
+       $(RM) $(DESTDIR)$(datadir)/menu
This page took 0.020418 seconds and 4 git commands to generate.