Skip to content

Commit

Permalink
fix: ctwm specfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingneko committed Apr 4, 2024
1 parent a5c3e35 commit e6f5efe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions anda/desktops/ctwm/ctwm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Requires: m4
# Derived from RPMSphere's packaging

%description
CTWM is a window manager based on TWM (with virtual workspaces added)
CTWM is a window manager based on TWM (with virtual workspaces added.)

%prep
%setup -q
Expand All @@ -24,11 +24,8 @@ CTWM is a window manager based on TWM (with virtual workspaces added)
%cmake_install
%{__install} -Dm644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%files
%doc README.md CHANGES.md COPYRIGHT
%doc README.md CHANGES.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*
%{_datadir}/xsessions/%{name}.desktop
Expand Down

0 comments on commit e6f5efe

Please sign in to comment.