mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
Forgot to fix "rules" after changing the package name.
This commit is contained in:
parent
09ba99a363
commit
c99330e94d
4
debian/rules
vendored
4
debian/rules
vendored
@ -13,7 +13,7 @@ export DH_COMPAT=4
|
||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
INSTPREFIX=$(CURDIR)/debian/mkvtoolnix/usr
|
||||
INSTPREFIX=$(CURDIR)/debian/mkvtoolnix-mb/usr
|
||||
|
||||
CFLAGS = -Wall -g
|
||||
|
||||
@ -76,7 +76,7 @@ binary-indep: build install
|
||||
|
||||
# Create HTML files from the man page.
|
||||
for i in doc/mkvmerge.1; do \
|
||||
groff -man -Thtml $$i > $(INSTPREFIX)/share/doc/mkvtoolnix/doc/`basename $$i .1`.html; \
|
||||
groff -man -Thtml $$i > $(INSTPREFIX)/share/doc/mkvtoolnix-mb/doc/`basename $$i .1`.html; \
|
||||
done
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
|
Loading…
Reference in New Issue
Block a user