Skip to content

Commit

Permalink
fix mistake in xdg-desktop-portal-wlr
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/rebeccablackos/code@6861 b52b6941-3400-464c-9f42-43200397181c
  • Loading branch information
nerdopolis committed May 26, 2021
1 parent ea87579 commit 72746af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function PackageDownloadSource
#This is called by PrepareBuild in /usr/bin/build_core. If there are no other commands here, the colon (:) is MANDITORY as a NULL command, otherwise Bash complains of an empty function. These functions are custom commands that need to be done to prepare the system to build the source
function PackagePrepareBuild()
{
echo "setcap cap_sys_ptrace=eip $INSTALLDIR/bin/sway" > "postinstall-pak"
sed -i 's/werror=true/werror=false/g' meson.build
meson --buildtype=plain --prefix=$INSTALLDIR --libdir=$INSTALLDIR/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH) build
}
Expand Down

0 comments on commit 72746af

Please sign in to comment.