summaryrefslogtreecommitdiff
path: root/repo/core
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-09 02:58:20 +0000
committerdavidovski <david@davidovski.xyz>2022-01-09 02:58:20 +0000
commit7c359da332afb3b1f6c4da5169bb471a69e89c4d (patch)
treeba4911dd18c726a48d8d8b8cf90e75354d15852c /repo/core
parent8488565f07c2512b70d979c295cd3c54738dd1e6 (diff)
ignoring md2man
Diffstat (limited to 'repo/core')
-rw-r--r--repo/core/rsync.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/rsync.xibuild b/repo/core/rsync.xibuild
index 0aa0313..bd51800 100644
--- a/repo/core/rsync.xibuild
+++ b/repo/core/rsync.xibuild
@@ -7,7 +7,7 @@ DESC="A utility that provides fast incremental file transfer"
build () {
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-md2man
make
make DESTDIR=$PKG_DEST install
}