Skip to content
Snippets Groups Projects
Commit 93a38842 authored by Moritz Holtz's avatar Moritz Holtz
Browse files

Makefile: do not compress the offline repo packages file

parent 377343ad
No related branches found
No related tags found
No related merge requests found
......@@ -595,7 +595,7 @@ $(REPO_DIST_DIR)/binary-$(call altarch,$(PRIMARY_ARCH))/Packages.bz2 $(REPO_DIST
>> "$(REPO_DIST_DIR)/binary-$*/Release"
cd "$(REPO_ARCHIVE_DIR)" \
&& cat Packages.noarch "Packages.$*" | bzip2 -c9 > "$(REPO_DIST_DIR)/binary-$*/Packages.bz2"
&& cat Packages.noarch "Packages.$*" > "$(REPO_DIST_DIR)/binary-$*/Packages.bz2"
#The following rules requires none of its dependencies. However, it writes a timestamp to the metadata
#that should always be "newer" than the dependencies.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment