mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Hmm, I think the common directory version should always be HEAD.
This commit is contained in:
parent
1b0b287970
commit
fecc909858
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ tarball: clean $(TARBALL)
|
|||
dist: clean $(SPECFILE)
|
||||
-rm -rf $(RELEASE_DIR)
|
||||
svn export -r $(REPO_VERSION) $(REPO_URL) $(RELEASE_DIR)
|
||||
svn export -r $(REPO_VERSION) $(COMMON_REPO_URL) $(RELEASE_DIR)/common
|
||||
svn export $(COMMON_REPO_URL) $(RELEASE_DIR)/common
|
||||
$(TAR) -f $(TARBALL) $(RELEASE_DIR)
|
||||
rm -rf $(RELEASE_DIR)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue