Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin
package-helpers
Commits
68972bc3
"README.md" did not exist on "d4564ea9357782d3ab9da1f8828f27ba3fa85ba8"
Commit
68972bc3
authored
12 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
Updated compiz and linux
parent
4a6eb1d5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/make-compiz
+1
-1
1 addition, 1 deletion
helpers/make-compiz
helpers/make-linux
+5
-5
5 additions, 5 deletions
helpers/make-linux
with
6 additions
and
6 deletions
helpers/make-compiz
+
1
−
1
View file @
68972bc3
...
...
@@ -22,7 +22,7 @@ COMPONENT=main
.
./config
patch
-p1
<
$DATA
/fix-974242.patch
#
patch -p1 < $DATA/fix-974242.patch
cp
$DATA
/config.patch debian/patches/config.patch
sed
's/ubuntu-config/config/'
-i
debian/patches/series
...
...
This diff is collapsed.
Click to expand it.
helpers/make-linux
+
5
−
5
View file @
68972bc3
...
...
@@ -46,10 +46,10 @@ echo > debian.master/d-i/firmware/scsi-modules
echo
>
debian.master/d-i/firmware/nic-modules
# Removing some extra Ubuntu modules
rm
-rf
ubuntu/ndiswrapper
sed
/ndiswrapper/d
-i
ubuntu/Makefile ubuntu/Kconfig
rm
-rf
ubuntu/rtl8192se
sed
/rtl8192se/d ubuntu/Makefile ubuntu/Kconfig
-i
#
rm -rf ubuntu/ndiswrapper
#
sed /ndiswrapper/d -i ubuntu/Makefile ubuntu/Kconfig
#
rm -rf ubuntu/rtl8192se
#
sed /rtl8192se/d ubuntu/Makefile ubuntu/Kconfig -i
# Compile with less modules and avoid abi check
echo
'skipmodule = true'
>>
debian.master/rules.d/0-common-vars.mk
...
...
@@ -67,4 +67,4 @@ changelog "Removed non-free bits"
cp
debian/changelog debian.master/changelog
compile
PARALLEL
=
true
compile
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