diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-17 17:01:13 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-17 17:01:13 -0400 |
commit | c0335ca8145e80a07e0189204b8c9fb5e0cbf5e5 (patch) | |
tree | ca7522d6a730a66813689ed79d784520d48676c1 | |
parent | e73f3527e0c4ccfc722b3c361c96cd55822c30c1 (diff) |
Makefile: easy saving of config variables
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 6 |
2 files changed, 3 insertions, 5 deletions
@@ -11,3 +11,5 @@ /LICENSE.*.txt parabola-keyring-*.tar.gz + +/config.mk @@ -13,11 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -prefix=/usr -bindir=$(libexecdir)/$(PACKAGE) -libexecdir=$(libdir) -sysconfdir=/etc - +-include config.mk PACKAGE = parabola-hackers sysusersdir=$(prefix)/lib/sysusers.d systemunitdir=$(prefix)/lib/systemd/system |