#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/octave-pkg-dev/octave-pkg.mk

pkg = octave-secs1d

install/$(pkg):
	# Fix permission of some *.m files
	@echo "************************************************************"
	@echo "Warning: check whether this permission fix is still needed:"
	find debian/$(pkg) -name \*.m -exec chmod -x \{} \;
	@echo "************************************************************"
