diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-27 15:20:54 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-27 15:20:54 -0300 |
commit | af7f4508c0d81eff392ed525f79f163dd37e96c2 (patch) | |
tree | 59ba5eec5c8b7482110f6eae0e9405b567bbec2d /kernels/linux-libre-grsec/linux-libre-grsec.install | |
parent | 47ad4c8c4b6754ad871b204c48f590be09f623dc (diff) | |
parent | ba6fabfc73ead8f4f2c344e1f61e99b9a616457f (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'kernels/linux-libre-grsec/linux-libre-grsec.install')
-rwxr-xr-x | kernels/linux-libre-grsec/linux-libre-grsec.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernels/linux-libre-grsec/linux-libre-grsec.install b/kernels/linux-libre-grsec/linux-libre-grsec.install index ad209388f..4c65c9783 100755 --- a/kernels/linux-libre-grsec/linux-libre-grsec.install +++ b/kernels/linux-libre-grsec/linux-libre-grsec.install @@ -2,14 +2,14 @@ # arg 2: the old package version KERNEL_NAME=-grsec -KERNEL_VERSION=3.6.7-1-LIBRE-GRSEC +KERNEL_VERSION=3.6.7-4-LIBRE-GRSEC _fix_permissions() { - /usr/bin/linux-pax-flags + /usr/bin/paxutils echo echo You can repeat this process after updating or installing affected - echo binaries by running "linux-pax-flags". + echo binaries by running "paxutils". } _add_trusted_group() { |