Skip to content

Commit

Permalink
install: Remove .gitignore for rpm-build
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Jan 18, 2024
1 parent 6839ee9 commit a8996e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions install/linux/build-rpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def build(qubes=False):
dist_path.mkdir()

print(f"* Creating RPM project structure under {build_dir}")
build_dir.mkdir(exist_ok=True)
for d in ["BUILD", "BUILDROOT", "RPMS", "SOURCES", "SPECS"]:
subdir = build_dir / d
subdir.mkdir(exist_ok=True)
Expand Down
2 changes: 0 additions & 2 deletions install/linux/rpm-build/.gitignore

This file was deleted.

0 comments on commit a8996e3

Please sign in to comment.