mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-21 20:22:02 +01:00
fedora: Fix paths in Makefile
Here we have to reference the RPMs directory explicitly since the spec file is inside it.
This commit is contained in:
parent
3c98fa96ef
commit
266ce1a6e2
@ -5,7 +5,7 @@ makeh=$(MAKE) -f $(THIS_MAKEFILE)
|
|||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all:
|
all:
|
||||||
@${makeh} muya.rpm
|
@${makeh} RPMs/muya.rpm
|
||||||
@${makeh} install
|
@${makeh} install
|
||||||
@${makeh} wal
|
@${makeh} wal
|
||||||
@${makeh} crystal
|
@${makeh} crystal
|
||||||
@ -17,7 +17,9 @@ all:
|
|||||||
rice:
|
rice:
|
||||||
@${install} gnome-tweaks pop-gtk-theme pop-icon-theme breeze-cursor-theme
|
@${install} gnome-tweaks pop-gtk-theme pop-icon-theme breeze-cursor-theme
|
||||||
|
|
||||||
muya.rpm: muya.spec
|
.ONESHELL:
|
||||||
|
RPMs/muya.rpm: RPMs/muya.spec
|
||||||
|
@cd RPMs
|
||||||
@rm -rfv noarch
|
@rm -rfv noarch
|
||||||
@fedpkg --release f29 local
|
@fedpkg --release f29 local
|
||||||
@mv noarch/*.rpm muya.rpm
|
@mv noarch/*.rpm muya.rpm
|
||||||
@ -26,7 +28,7 @@ muya.rpm: muya.spec
|
|||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
@${install} muya.rpm
|
@${install} RPMs/muya.rpm
|
||||||
|
|
||||||
.PHONY: dotfiles
|
.PHONY: dotfiles
|
||||||
dotfiles:
|
dotfiles:
|
||||||
|
Loading…
Reference in New Issue
Block a user