index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-05-30 23:33:39 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-30 23:33:39 -0400 |
commit | ca05e942f2b6c04842be8509d27005b55ff9cf2b (patch) | |
tree | 4bdad2d3d55b017dfd9f4700535b5b086537534e /etc/Makefile.am | |
parent | 3e05e187074cecde4423f27dbfae3bf99bf29d20 (diff) |
-rw-r--r-- | etc/Makefile.am | 2 |
diff --git a/etc/Makefile.am b/etc/Makefile.am index 2bd7cc12..135eae6f 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -8,6 +8,8 @@ MOSTLYCLEANFILES = $(dist_sysconf_DATA) #### Taken from the autoconf scripts Makefile.am #### edit = sed \ + -e 's|@sysconfdir[@]|$(sysconfdir)|g' \ + -e 's|@prefix[@]|$(prefix)|g' \ -e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \ -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ -e 's|@PKGEXT[@]|$(PKGEXT)|g' \ |