diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-27 01:52:53 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-27 01:52:53 -0300 |
commit | d5114f0ff6761703548ea2ed49816bb1dfb17095 (patch) | |
tree | 904183223c420965a5b1ae2b0a14751f736395b0 /libre/texlive-latexextra-libre | |
parent | 40415b9e787d1bffa97c860fb53c7b4437fb298b (diff) |
texlive-latexextra-libre-2012.26807-1:fltpage cmdtrack aren't included in this version
Diffstat (limited to 'libre/texlive-latexextra-libre')
-rw-r--r-- | libre/texlive-latexextra-libre/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libre/texlive-latexextra-libre/PKGBUILD b/libre/texlive-latexextra-libre/PKGBUILD index 063a9e899..d806b73fd 100644 --- a/libre/texlive-latexextra-libre/PKGBUILD +++ b/libre/texlive-latexextra-libre/PKGBUILD @@ -31,11 +31,9 @@ md5sums=('868dc1824391768e120fdd71ba28e520' build() { # remove nonfree packages # No specific free license. - rm {authoraftertitle,clock,fltpage,fnpara}.tar.xz - # No explicit modification permission. - rm cmdtrack.tar.xz + rm {authoraftertitle,clock,fnpara}.tar.xz # Remove them from package list. - sed -ri '/^(authoraftertitle|clock+fltpage|fnpara|cmdtrack) /d' CONTENTS + sed -ri '/^(authoraftertitle|fnpara) /d' CONTENTS for p in *.tar.xz; do bsdtar -xf $p done |