mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
18 lines
558 B
Diff
18 lines
558 B
Diff
--- a/Rakefile
|
|
+++ b/Rakefile
|
|
@@ -116,15 +116,9 @@
|
|
end
|
|
|
|
PKG_FILES = FileList.new([
|
|
- 'AUTHORS',
|
|
'bin/*',
|
|
- 'CONTRIBUTERS',
|
|
- 'COPYING',
|
|
'data/**/*',
|
|
'lib/**/*.rb',
|
|
- 'man/man1/kramdown.1',
|
|
- 'README.md',
|
|
- 'test/**/*',
|
|
'VERSION',
|
|
])
|
|
|