Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
628a05ae
Commit
628a05ae
authored
12 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Add empty systemd dir on kFreeBSD to make dh_install pass
parent
66337fe5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/libvirt-bin.install
+1
-1
1 addition, 1 deletion
debian/libvirt-bin.install
debian/rules
+5
-2
5 additions, 2 deletions
debian/rules
with
6 additions
and
3 deletions
debian/libvirt-bin.install
+
1
−
1
View file @
628a05ae
...
...
@@ -8,4 +8,4 @@ usr/lib/libvirt/connection-driver
usr
/
share
/
augeas
/*
usr
/
share
/
libvirt
/*
usr
/
share
/
man
/
man8
/*
lib
/
systemd
/
system
/*
lib
/
systemd
/
system
This diff is collapsed.
Click to expand it.
debian/rules
+
5
−
2
View file @
628a05ae
...
...
@@ -112,8 +112,11 @@ binary-install/libvirt-bin::
done
build/libvirt-bin::
# Add empty dir so dh_install doesn't fail on kFreebsd until we have Polkit support
mkdir -p debian/tmp/usr/share/polkit-1
# Add empty dirs so dh_install doesn't fail on kFreebsd until we have
# Polkit/Systemd support
mkdir -p debian/tmp/usr/share/polkit-1 \
debian/tmp/lib/systemd/system
binary-install/libvirt-doc::
find $(EXAMPLES_DIR) -name "*.o" -type f -delete -o -name .libs -type d -exec rm -rf {} \;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment