diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 02:58:20 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 02:58:20 +0000 |
commit | 7c359da332afb3b1f6c4da5169bb471a69e89c4d (patch) | |
tree | ba4911dd18c726a48d8d8b8cf90e75354d15852c /repo/core | |
parent | 8488565f07c2512b70d979c295cd3c54738dd1e6 (diff) |
ignoring md2man
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/rsync.xibuild | 2 |
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 } |