diff options
author | Juergen Daubert <jue@jue.li> | 2016-05-05 13:45:32 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2016-05-05 13:45:32 +0200 |
commit | a4e2bd08163b68393013bdbd8b9de0f9699553a1 (patch) | |
tree | dd803ec7a7e2cd7119d9d63eaf02fdaa34b41ce5 /spectrwm | |
parent | 946df53250bd32f8da6b79110a7bc301d3303b4d (diff) | |
download | opt-a4e2bd08163b68393013bdbd8b9de0f9699553a1.tar.gz opt-a4e2bd08163b68393013bdbd8b9de0f9699553a1.tar.xz |
spectrwm: remove commented lines
Diffstat (limited to 'spectrwm')
-rw-r--r-- | spectrwm/Pkgfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spectrwm/Pkgfile b/spectrwm/Pkgfile index 8c74f4a2b..68e1b577c 100644 --- a/spectrwm/Pkgfile +++ b/spectrwm/Pkgfile @@ -13,8 +13,6 @@ build () { cd $name-$version/linux patch -p 1 -d .. -i $SRC/$name-remove_libswmhack.patch make PREFIX=/usr - #rm -r $PKG/usr/{man/??/,share} - #ln -sf spectrwm $PKG/usr/bin/scrotwm install -d $PKG/usr/{bin,share/man/man1} install spectrwm $PKG/usr/bin install ../spectrwm.1 $PKG/usr/share/man/man1 |