Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakub Panek
aports
Commits
ff1781c3
Commit
ff1781c3
authored
16 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
abuild: read version from abuild. install buildrepo
parent
22cf700b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-3
3 additions, 3 deletions
Makefile
with
3 additions
and
3 deletions
Makefile
+
3
−
3
View file @
ff1781c3
PACKAGE
=
abuild
PACKAGE
=
abuild
VERSION
=
0.3
VERSION
:=
$(
shell
awk
-F
=
'$$1 == "abuild_ver" {print $$2
}
'
abuild
)
DISTFILES
=
Makefile abuild abuild.conf APKBUILD.proto
DISTFILES
=
Makefile abuild abuild.conf APKBUILD.proto
buildrepo
prefix
?=
/usr
prefix
?=
/usr
sysconfdir
?=
/etc
sysconfdir
?=
/etc
...
@@ -17,7 +17,7 @@ help:
...
@@ -17,7 +17,7 @@ help:
install
:
abuild abuild.conf APKBUILD.proto functions.sh
install
:
abuild abuild.conf APKBUILD.proto functions.sh
mkdir
-p
$(
DESTDIR
)
/
$(
prefix
)
/bin
$(
DESTDIR
)
/
$(
sysconfdir
)
\
mkdir
-p
$(
DESTDIR
)
/
$(
prefix
)
/bin
$(
DESTDIR
)
/
$(
sysconfdir
)
\
$(
DESTDIR
)
/
$(
datadir
)
$(
DESTDIR
)
/
$(
datadir
)
cp
abuild
$(
DESTDIR
)
/
$(
prefix
)
/bin/
cp
abuild
buildrepo
$(
DESTDIR
)
/
$(
prefix
)
/bin/
cp
abuild.conf
$(
DESTDIR
)
/
$(
sysconfdir
)
/
cp
abuild.conf
$(
DESTDIR
)
/
$(
sysconfdir
)
/
cp
APKBUILD.proto
$(
DESTDIR
)
/
$(
prefix
)
/share/abuild
cp
APKBUILD.proto
$(
DESTDIR
)
/
$(
prefix
)
/share/abuild
cp
functions.sh
$(
DESTDIR
)
/
$(
datadir
)
/
cp
functions.sh
$(
DESTDIR
)
/
$(
datadir
)
/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment