Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
c3e44eed
Commit
c3e44eed
authored
May 02, 2019
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix product name and codename in release file
parent
cdf937a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Makefile.in
Makefile.in
+3
-1
No files found.
Makefile.in
View file @
c3e44eed
...
...
@@ -3,6 +3,8 @@ BRAND=@BRAND@
THEME
=
@THEME@
NAME
=
@NAME@
VERSION
=
@VERSION@
PRODUCT_NAME
=
@PRODUCT_NAME@
CODENAME
=
@CODENAME@
.PHONY
:
graphics browser-qt ahttpd boot-images boot-splash boot indexhtml install education-install
...
...
@@ -131,7 +133,7 @@ install: browser-qt ahttpd boot-images boot-splash @X86@ indexhtml education-ins
#release
mkdir
-p
$(sysconfdir)
/buildreqs/packages/ignore.d/
install
-pD
-m644
/dev/null
$(sysconfdir)
/buildreqs/packages/ignore.d/
$(BRAND)
-
$(THEME)
-release
echo
"
%distro_name (%codename
)"
>
$(sysconfdir)
/altlinux-release
echo
"
$(DISTRO_NAME)
(
$(CODENAME)
)"
>
$(sysconfdir)
/altlinux-release
for
n
in
fedora redhat system
;
do
\
ln
-s
altlinux-release
$(sysconfdir)
/
$$
n-release
;
\
done
...
...
Write
Preview
Markdown
is supported
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