.PHONY: install

install:
	cp Ubuntu-Studio.desktop /usr/share/applications/
	chown root.root /usr/share/applications/Ubuntu-Studio.desktop
	chmod 644 /usr/share/applications/Ubuntu-Studio.desktop

	cp ubuntustudio /usr/bin/
	chown root.root /usr/bin/ubuntustudio
	chmod 0755 /usr/bin/ubuntustudio

	cp ubuntustudio.png /usr/share/icons/
	chown root.root /usr/share/icons/ubuntustudio.png
	chmod 644 /usr/share/icons/ubuntustudio.png
	
	cp ubuntustudio.1.gz /usr/share/man/man1/
	chown root.root /usr/share/man/man1/ubuntustudio.1.gz
	chmod 644 /usr/share/man/man1/ubuntustudio.1.gz
