Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
alpine-conf
Commits
6da88dde
Commit
6da88dde
authored
May 06, 2009
by
Natanael Copa
Browse files
Makefile: fix version numbers and sysconfdir
parent
40a33b2c
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
6da88dde
...
@@ -48,8 +48,9 @@ WWW="http://alpinelinux.org/alpine-conf"
...
@@ -48,8 +48,9 @@ WWW="http://alpinelinux.org/alpine-conf"
SED
:=
sed
SED
:=
sed
TAR
:=
tar
TAR
:=
tar
SED_REPLACE
:=
-e
's:@VERSION@:
$(VERSION)
:g'
\
SED_REPLACE
:=
-e
's:@VERSION@:
$(FULL_VERSION)
:g'
\
-e
's:@PREFIX@:
$(PREFIX)
:g'
-e
's:@PREFIX@:
$(PREFIX)
:g'
\
-e
's:@sysconfdir@:
$(sysconfdir)
:g'
.SUFFIXES
:
.sh.in .in
.SUFFIXES
:
.sh.in .in
.sh.in.sh
:
.sh.in.sh
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment