Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
scons
Commits
27fa4074
Commit
27fa4074
authored
Jan 17, 2024
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed man installation
parent
aebe2f1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
0 deletions
+35
-0
Makefile
Makefile
+1
-0
SCons-4.1.0-fixed.patch
SCons-4.1.0-fixed.patch
+34
-0
No files found.
Makefile
View file @
27fa4074
all
:
tar
xf scons-4.1.0.tar.gz
patch
-Np1
-d
SCons-4.1.0 < SCons-4.1.0-fixed.patch
cd
SCons-4.1.0
&&
python3 setup.py
install
--prefix
=
/usr
--optimize
=
1
--install-data
=
/usr/share
rm
-rf
SCons-4.1.0
SCons-4.1.0-fixed.patch
0 → 100644
View file @
27fa4074
diff -uNr SCons-4.1.0/SCons/Utilities/ConfigureCache.py SCons-4.1.0-fixed/SCons/Utilities/ConfigureCache.py
--- SCons-4.1.0/SCons/Utilities/ConfigureCache.py 2020-09-28 09:32:04.000000000 +0930
+++ SCons-4.1.0-fixed/SCons/Utilities/ConfigureCache.py 2024-01-17 23:44:31.476987315 +1030
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# SCons - a Software Constructor
#
diff -uNr SCons-4.1.0/SCons/Utilities/sconsign.py SCons-4.1.0-fixed/SCons/Utilities/sconsign.py
--- SCons-4.1.0/SCons/Utilities/sconsign.py 2020-12-09 05:35:16.000000000 +1030
+++ SCons-4.1.0-fixed/SCons/Utilities/sconsign.py 2024-01-17 23:44:31.479987252 +1030
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# SCons - a Software Constructor
#
diff -uNr SCons-4.1.0/setup.cfg SCons-4.1.0-fixed/setup.cfg
--- SCons-4.1.0/setup.cfg 2021-01-20 06:34:06.000000000 +1030
+++ SCons-4.1.0-fixed/setup.cfg 2024-01-17 23:44:47.041659285 +1030
@@ -56,9 +56,9 @@
scons.tool.docbook = *.*
[options.data_files]
-. = build/doc/man/scons.1
- build/doc/man/scons-time.1
- build/doc/man/sconsign.1
+. = scons.1
+ scons-time.1
+ sconsign.1
[sdist]
dist-dir = build/dist
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