freedom-maker: update patches for newer release
This commit is contained in:
parent
fe099af6d1
commit
19cdc0e545
8 changed files with 284 additions and 270 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
# trisquel package helper for 'freedom-maker'
|
||||
#
|
||||
# Copyright (C) 2024 Luis Guzmán <ark@switnet.org>
|
||||
# Copyright (C) 2022 bill-auger <bill-auger@programmer.net>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
|
@ -24,8 +25,7 @@ VERSION=1
|
|||
|
||||
for patch in $(ls -v ${DATA}/*.patch)
|
||||
do
|
||||
echo "Applying $patch"
|
||||
patch --no-backup-if-mismatch -Np1 < $patch
|
||||
patch_p1 $patch
|
||||
done
|
||||
|
||||
changelog "Build from Trisquel repos - Delete support for non-free hardware and emulators"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue