Skip to content

Commit

Permalink
correct local apt repo creation time
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Nov 23, 2024
1 parent aa6d96f commit 988aed2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions filesystem/packages/prawnos-general-config/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ CHANGES_NAME = $(PACKAGE_NAME)_*.changes

default: $(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB)

$(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB): $(PACKAGE_NAME_DEB)
mkdir -p $(PRAWNOS_LOCAL_APT_REPO)
$(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB): $(PACKAGE_NAME_DEB) | $(PRAWNOS_LOCAL_APT_REPO)
$(PRAWNOS_PACKAGE_SCRIPTS_INSTALL) $(PACKAGE_NAME_DEB) $(PRAWNOS_LOCAL_APT_REPO)

$(PACKAGE_NAME_DEB):
Expand Down
3 changes: 1 addition & 2 deletions filesystem/packages/prawnos-gnome-config/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ CHANGES_NAME = $(PACKAGE_NAME)_*.changes

default: $(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB)

$(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB): $(PACKAGE_NAME_DEB)
mkdir -p $(PRAWNOS_LOCAL_APT_REPO)
$(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB): $(PACKAGE_NAME_DEB) | $(PRAWNOS_LOCAL_APT_REPO)
$(PRAWNOS_PACKAGE_SCRIPTS_INSTALL) $(PACKAGE_NAME_DEB) $(PRAWNOS_LOCAL_APT_REPO)

$(PACKAGE_NAME_DEB):
Expand Down
3 changes: 1 addition & 2 deletions filesystem/packages/prawnos-gru-config/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ CHANGES_NAME = $(PACKAGE_NAME)_*.changes

default: $(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB)

$(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB): $(PACKAGE_NAME_DEB)
mkdir -p $(PRAWNOS_LOCAL_APT_REPO)
$(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB): $(PACKAGE_NAME_DEB) | $(PRAWNOS_LOCAL_APT_REPO)
$(PRAWNOS_PACKAGE_SCRIPTS_INSTALL) $(PACKAGE_NAME_DEB) $(PRAWNOS_LOCAL_APT_REPO)

$(PACKAGE_NAME_DEB):
Expand Down
3 changes: 1 addition & 2 deletions filesystem/packages/prawnos-veyron-config/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ CHANGES_NAME = $(PACKAGE_NAME)_*.changes

default: $(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB)

$(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB): $(PACKAGE_NAME_DEB)
mkdir -p $(PRAWNOS_LOCAL_APT_REPO)
$(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB): $(PACKAGE_NAME_DEB) | $(PRAWNOS_LOCAL_APT_REPO)
$(PRAWNOS_PACKAGE_SCRIPTS_INSTALL) $(PACKAGE_NAME_DEB) $(PRAWNOS_LOCAL_APT_REPO)

$(PACKAGE_NAME_DEB):
Expand Down

0 comments on commit 988aed2

Please sign in to comment.