Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G gnome-user-share
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gnome-user-share
  • Merge requests
  • !14

build: Install in /usr/lib instead of /usr/lib64 on Fedora

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Bastien Nocera requested to merge wip/hadess/use-systemd-variable into master Sep 06, 2019
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 1

When building gnome-user-share in Fedora, gnome-user-share-webdav.service ends up incorrectly placed in /usr/lib64/systemd/user. It should be in /usr/lib/systemd/user.

This is caused by us building a path from scratch, so that the prefix could be overridden when doing an installation into a staging directory, as the path supplied in systemd's pkgconfig file was broken in this regard. This was however fixed in: https://github.com/systemd/systemd/issues/9595 so use this instead.

Closes: #22 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/hadess/use-systemd-variable