This file is indexed.

/usr/share/fusionforge/plugins/moinmoin/GNUmakefile is in fusionforge-plugin-moinmoin 6.0.3+20151023-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
include ../../GNUmakefile.defaults

all:
	@echo "No default action"

install:
	install -d -m 00755 $(DESTDIR)$(data_path)/plugins/moinmoin/wikidata
	ln -nfs $(pkgdatadir)/plugins/moinmoin/wsgi/moin.wsgi			\
		$(DESTDIR)$(data_path)/plugins/moinmoin/wikidata/moin.wsgi